代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/258653/4352724
h resource.h
#ifndef wine_resource_h
#define wine_resource_h
#include "winbase.h"
extern INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id,
LPSTR buffer, INT buflen );
#endif
www.eeworm.com/read/162509/5547157
cpp gatecommsockmsg.cpp
#include "stdafx.h"
extern HWND g_hStatusBar;
extern SOCKET g_gcSock;
UINT WINAPI ThreadFuncForMsg(LPVOID lpParameter);
extern HANDLE g_hIOCP;
extern BOOL g_fTer
www.eeworm.com/read/161438/5554046
cpp wait_events.cpp
#include
// Child thread procedure. The child waits to get event. It then sits idle
// for five seconds and sets the event again so another thread can use it.
DWORD WINAPI ChildThre
www.eeworm.com/read/158793/5594755
c fastfill.c
#include "windows.h"
#include "wintools.h"
/*
* WIN Draw Library
* Fast fill rectangle
*/
/*
* fast fill background (works with non-dithered colors only)
*/
void WINAPI
FastFillRect(HDC hdc,LPRE
www.eeworm.com/read/158106/5598497
c fastfill.c
#include "windows.h"
#include "wintools.h"
/*
* WIN Draw Library
* Fast fill rectangle
*/
/*
* fast fill background (works with non-dithered colors only)
*/
void WINAPI
FastFillRect(HDC hdc,LPRE
www.eeworm.com/read/155704/5620009
cpp wavein.cpp
#include "stdafx.h"
#include "WaveIn.h"
#include "math.h"
#pragma comment(lib,"Winmm")
DWORD CWaveIn::s_dwInstance = 0;
DWORD WINAPI CWaveIn::AudioInThreadProc(LPVOID lpParameter)
{
TRACE(
www.eeworm.com/read/154595/5636031
cpp 0x110.cpp
#include "stdafx.h"
extern CHAR g_pszOS[6];
extern BOOL g_bMustExit;
BOOL
WINAPI
RCAID_0X110_HANDLER(
SOCKET s,
RCAREQUESTHANDLEDATA * pData,
RCAREQUESTHEADER * pRCAHead,
www.eeworm.com/read/474200/6816447
cpp 0x110.cpp
#include "stdafx.h"
extern CHAR g_pszOS[6];
extern BOOL g_bMustExit;
BOOL
WINAPI
RCAID_0X110_HANDLER(
SOCKET s,
RCAREQUESTHANDLEDATA * pData,
RCAREQUESTHEADER * pRCAHead,
www.eeworm.com/read/474200/6816510
cpp 0x110.cpp
#include "stdafx.h"
extern CHAR g_pszOS[6];
extern BOOL g_bMustExit;
BOOL
WINAPI
RCAID_0X110_HANDLER(
SOCKET s,
RCAREQUESTHANDLEDATA * pData,
RCAREQUESTHEADER * pRCAHead,
www.eeworm.com/read/171829/9735906
cpp wait_events.cpp
#include
// Child thread procedure. The child waits to get event. It then sits idle
// for five seconds and sets the event again so another thread can use it.
DWORD WINAPI ChildThre