代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/148696/12442306

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/128628/14286874

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/128628/14287858

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/124371/14570383

cpp ce_cabquiet.cpp

#include // This is how we run cabwiz completely silently int WINAPI WinMain(HINSTANCE,HINSTANCE,LPTSTR,int) { // first, for convenience, get the current application direct
www.eeworm.com/read/221208/14753454

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/119982/14815130

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/119982/14815545

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/206867/15287102

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/206867/15287518

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/472881/1403390

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int