代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/148696/12442721
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/128628/14288188
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/122452/14689655
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/120583/14798450
cpp main.cpp
#include "Game.h"
CGame* g_pGame = NULL;
void CleanUp()
{
SafeDelete(g_pGame);
}
//The windows message handler
LRESULT WINAPI WinProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
www.eeworm.com/read/120582/14798476
cpp main.cpp
#include "Game.h"
CGame* g_pGame = NULL;
void CleanUp()
{
SafeDelete(g_pGame);
}
//The windows message handler
LRESULT WINAPI WinProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
www.eeworm.com/read/119982/14815707
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/213892/15123022
cpp rawhost.cpp
// RawHost.cpp : Defines the entry point for the application.
#include "stdafx.h"
#include "resource.h"
#include "mainwnd.h"
// Required ATL module
CComModule _Module;
int WINAPI WinMain(H
www.eeworm.com/read/210605/15195323
cpp dllmain.cpp
#include "DllMain.h"
void (*m_lpQQStartGui_Old)()=NULL;
TQQPlugin *m_lpQQPlugin;
BOOL WINAPI DllMain(HINSTANCE hInstance,DWORD dwReason, LPVOID lpReserved){
switch(dwReason){
case DLL_PROC
www.eeworm.com/read/210605/15195340
cpp dllmain.cpp
#include "DllMain.h"
void (*m_lpQQStartGui_Old)()=NULL;
TQQPlugin *m_lpQQPlugin;
BOOL WINAPI DllMain(HINSTANCE hInstance,DWORD dwReason, LPVOID lpReserved){
switch(dwReason){
case DLL_PROC
www.eeworm.com/read/208727/15238635
cpp 时间显示器.cpp
#include
#include
#define ID_TIMER 1
#define TWOPI (2 * 3.14159)
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance