代码搜索:winAPI

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

代码结果 4,315
www.eeworm.com/read/454544/7387662

h main.h

#ifndef _TUTORIAL1_H #define _TUTORIAL1_H #include //needed include for window system calls #include "timer.h" int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmd
www.eeworm.com/read/449419/7505485

txt 新建文本文档 (2).txt

#include #include #include #include LRESULT CALLBACK WndProc(HWND hwnd,UINT iMessage,UINT wParam,LONG lParam); int WINAPI WinMain(HINSTANCE hInstan
www.eeworm.com/read/439204/7714450

h ts.h

#ifndef __CSOCKET_H #define __CSOCKET_H //extern "C" AFX_EXT_API void WINAPI InitCTCPSocket(void); #define ESTSOCKET 0X2022 // connect flags for connection methed #define BLOCKING_NOTIFY
www.eeworm.com/read/197120/8027406

h ts.h

#ifndef __CSOCKET_H #define __CSOCKET_H //extern "C" AFX_EXT_API void WINAPI InitCTCPSocket(void); #define ESTSOCKET 0X2022 // connect flags for connection methed #define BLOCKING_NOTIFY
www.eeworm.com/read/141545/13002309

cpp manip_threads.cpp

#include // Hot key values. #define RESUME_KEY 101 #define SUSPEND_KEY 102 #define TERMINATE_KEY 103 DWORD WINAPI ThreadProc(HWND hWnd) { TCHAR szBuffer[128]; ws
www.eeworm.com/read/318186/13483541

h wndmain.h

#ifndef WndMain_h #define WndMain_h //主程序入口函数与消息处理函数声明: int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd ); LRESULT CALLBACK WndProc( HWN
www.eeworm.com/read/306143/13751784

cpp read_writer.cpp

#include "windows.h" #include const MAX_THREAD_NUM = 64; //最大线程数 CRITICAL_SECTION hRead; CRITICAL_SECTION hWrite; int ReaderCount = 0; DWORD WINAPI Reader(
www.eeworm.com/read/304168/13799538

cpp main.cpp

#include "Game.h" #include "resource.h" CGame* g_pGame=NULL; void CleanUp() { SafeDelete(g_pGame); } LRESULT WINAPI WinProc(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam) { switch(ms
www.eeworm.com/read/149476/5698901

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "Common/MyInitGuid.h" #include "Common/ComTry.h" #include "ByteSwap.h" #include "../../ICoder.h" extern "C" BOOL WINAPI DllMain(HINSTANCE hI
www.eeworm.com/read/138727/5814556

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "Common/MyInitGuid.h" #include "Common/ComTry.h" #include "ByteSwap.h" #include "../../ICoder.h" extern "C" BOOL WINAPI DllMain(HINSTANCE hI