代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/242732/4545742

h ddraw.h

/* public interfaces we doing pur type cast here instead in the code, it will make more cleaner code */ HRESULT WINAPI Main_DirectDraw_QueryInterface ( LPDDRAWI_D
www.eeworm.com/read/235121/4654181

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/234101/4662839

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/184688/5247246

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/183118/5258114

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/169937/5408930

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/167893/5451164

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/292034/3960351

cpp injector.cpp

// Injector.cpp文件. // #include #include //----------------------------------------------------------------------------------------- // 在进程空间注入的DLL. BOOL WINAPI LoadLib
www.eeworm.com/read/281160/4118502

cpp hooktermproapp.cpp

//////////////////////////////////////////////// // HookTermProApp.cpp文件 #include "resource.h" #include "HookTermProApp.h" CMyApp theApp; // DLL导出函数 BOOL WINAPI SetSysHook(BOOL bInstall, D
www.eeworm.com/read/416861/2105867

h k32call.h

#ifndef K32CALL_H #define K32CALL_H extern "C" { DWORD WINAPI GetK32ProcAddress(int ord); } #endif