代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/103912/15716438
cpp connectmouse.cpp
#include
#define MAXPOINTS 1000
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR
www.eeworm.com/read/100656/15867932
h dlldatax.h
#pragma once
#ifdef _MERGE_PROXYSTUB
extern "C"
{
BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
LPVOID lpReserved);
STDAPI PrxDllCanUnloadNow(void);
STDAPI PrxDllGetClassOb
www.eeworm.com/read/388520/8605029
h deviceport.h
#pragma once
#include "SerialPort.h"
class CDevicePort
{
public:
CDevicePort(void);
~CDevicePort(void);
BOOL Connect(CBasePort* pDevice);
BOOL DisConnect();
static DWORD WINAPI W
www.eeworm.com/read/162078/10338913
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/162078/10340513
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/350642/10722003
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/350642/10722651
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/452190/7446213
cpp eroomnetsession.cpp
#include
#include
#include "EroomNetSession.h"
extern "C" {
static DWORD WINAPI EroomSessionPollingProc(LPVOID Param);
};
CEroomNetSession::CEroomNetSession() : CWiseNet(
www.eeworm.com/read/141545/13002215
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/141545/13003274
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 )
{