代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/278272/10552931
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/278272/10553033
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/278272/10553109
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/278272/10553178
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/278272/10553251
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/350642/10723196
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/350002/10777051
h serial.h
// Serial.h
#ifndef __SERIAL_H__
#define __SERIAL_H__
DWORD WINAPI ReadPortThread(LPVOID lpvoid); //Read serial Port Thread
class CGps;
class CSerial
{
public:
BOOL m_bNoRead;
www.eeworm.com/read/419599/10856234
cpp main.cpp
//2008 - Marcelo Archanjo - marcelo_archanjo@yahoo.com.br - this source code is under General Public License.
#include "Main.h"
INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, PSTR, INT i
www.eeworm.com/read/419593/10856793
cpp main.cpp
//2008 - Marcelo Archanjo - marcelo_archanjo@yahoo.com.br - this source code is under General Public License.
#include "Main.h"
INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, PSTR, INT i
www.eeworm.com/read/145762/12703440
cpp asda.cpp
// asda.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
DWORD WINAPI mythread(void *p);
int A