代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/414605/2143725
c ptinsid.c
#include "windows.h"
#include "wintools.h"
BOOL WINAPI
PtInsideWindow(HWND hwnd,UINT x,UINT y)
{
/* Determine whether or not the position ( x, y) is contained */
/* within the control's client re
www.eeworm.com/read/409921/2225073
c secext.c
#include
#define NDEBUG
#include
BOOLEAN
WINAPI
GetComputerObjectNameA (
EXTENDED_NAME_FORMAT extended_name_format,
LPSTR lpstr,
PULONG pulong
)
{
DPRINT1("
www.eeworm.com/read/409921/2226463
c arc.c
#include "precomp.h"
BOOL
WINAPI
Arc(
HDC hDC,
int nLeftRect,
int nTopRect,
int nRightRect,
int nBottomRect,
int nXStartArc,
int nYStartArc,
int nXEndArc,
int nYEndArc
)
{
#if 0
// Handle so
www.eeworm.com/read/407447/2263973
c system.c
#include
#include
#include
//
/* dwFlags
LCID_INSTALLED
LCID_SUPPORTED
LCID_ALTERNATE_SORTS
*/
BOOL WINAPI EnumSystemLocales(
void* lpLocaleEnumProc,
www.eeworm.com/read/407447/2263975
c section.c
#include
#include
#include
//删除临界区
void WINAPI DeleteCriticalSection(
void* lpCriticalSection
){
printf("DeleteCriticalSection 0x%X\n",lpCriticalSection );
www.eeworm.com/read/407447/2263981
c atom.c
#include
#include
#include
ATOM WINAPI AddAtomA( LPCSTR lpString )
{
printf("[AddAtom]lpString: %s\n", lpString );
return KAddAtom( lpString, strlen(l
www.eeworm.com/read/407447/2263982
c error.c
#include
#include
#include
static DWORD LastError;
//获得错误号
DWORD WINAPI GetLastError()
{
printf("GetLastError()=%d\n", LastError );
return LastError
www.eeworm.com/read/398200/2383236
c ptinsid.c
#include "windows.h"
#include "wintools.h"
BOOL WINAPI
PtInsideWindow(HWND hwnd,UINT x,UINT y)
{
/* Determine whether or not the position ( x, y) is contained */
/* within the control's client re
www.eeworm.com/read/382408/2637335
cpp main.cpp
#include "stdafx.h"
#include "../demo/Demo.h"
INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR, INT )
{
try {
CDemo* system = new CDemo();
if( SUCCEEDED( system->create( hInst, f
www.eeworm.com/read/372723/2769801
c ptinsid.c
#include "windows.h"
#include "wintools.h"
BOOL WINAPI
PtInsideWindow(HWND hwnd,UINT x,UINT y)
{
/* Determine whether or not the position ( x, y) is contained */
/* within the control's client re