代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/414605/2143878
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/409921/2228278
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/407833/2257905
h k32call.h
#ifndef K32CALL_H
#define K32CALL_H
extern "C"
{
DWORD WINAPI GetK32ProcAddress(int ord);
}
#endif
www.eeworm.com/read/398200/2383381
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/398200/2383388
c mtest.c
#include
LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
stat
www.eeworm.com/read/392724/2491813
h k32call.h
#ifndef K32CALL_H
#define K32CALL_H
extern "C"
{
DWORD WINAPI GetK32ProcAddress(int ord);
}
#endif
www.eeworm.com/read/384529/2598956
h k32call.h
#ifndef K32CALL_H
#define K32CALL_H
extern "C"
{
DWORD WINAPI GetK32ProcAddress(int ord);
}
#endif
www.eeworm.com/read/161438/5553522
cpp show_current.cpp
#include
// Child thread procedure just displays a message box with information.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256];
wsprintf(szBuffer,
www.eeworm.com/read/161438/5553909
cpp simple_mutex.cpp
#include
// Child thread procedure waits until mutex becomes signaled, holds the
// object for five seconds and then releases it.
DWORD WINAPI ChildThreadProc( HWND hWnd )
{
www.eeworm.com/read/158793/5594896
c mtest2.c
#define MWINCLUDECOLORS
#include
LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int