代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/255218/4378821

h lmapibuf.h

#ifndef _LMAPIBUF_H #define _LMAPIBUF_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD,PVOID*); NET_API_STAT
www.eeworm.com/read/268338/11142660

cpp common.cpp

#include "stdafx.h" #include "math.h" #include "common.h" #include "destool.h" extern long WINAPI mw_DesEncrypt( unsigned char *Key,__int16 KeyLen, unsigned char *Source, unsigned lo
www.eeworm.com/read/412615/11190458

cpp 0x110.cpp

//0x110.cpp #include "stdafx.h" extern CHAR g_pszOS[6]; extern BOOL g_bMustExit; BOOL WINAPI RCAID_0X110_HANDLER( SOCKET s, RCAREQUESTHANDLEDATA * pData, RCAREQUESTHEADER * pRCA
www.eeworm.com/read/412490/11197730

cpp main.cpp

#include "windows.h" #include "App.h" #include "stdlib.h" int WINAPI WinMain(IN HINSTANCE hInstance,HINSTANCE hPrevInstance, LPSTR lpCmdLine,int nShowCmd ) { srand(time(0)); //初始化随机数种子 CAp
www.eeworm.com/read/237740/13934299

cpp hanio.cpp

#include "Hanio.h" Hanio Main; Hanio Demo; BOOL bAuto; int iStart; int iEnd; BOOL bSel=FALSE; POINT ptStart; RECT SelRect; RECT Temp1; RECT Temp2; int WINAPI WinMain(HINSTANCE hInsta
www.eeworm.com/read/103858/15717980

html wpw_wapi_ctrl_95.html

Return to Table of Contents for this chapter Subject: Bitmap Button with BC++ In article
www.eeworm.com/read/103858/15718011

html wpw_wapi_icon_95.html

Return to Table of Contents for this chapter Subject: How to extract an icon from .exe or .dll file?
www.eeworm.com/read/103858/15718034

html wpw_wapi_scsi_95.html

Return to Table of Contents for this chapter Subject: SCSI Programming Adaptec "ASPI Developer's Kit". C
www.eeworm.com/read/292106/8377019

cpp play.cpp

#include "stdafx.h" #include #include #pragma comment(lib, "Ole32.lib ") #pragma comment(lib, "Strmiids.lib ") void TestMP3(void); int WINAPI WinMain(HINSTANCE hInstan
www.eeworm.com/read/391022/8428145

txt 线程创建的代码.txt

#include #include DWORD WINAPI ThreadFunc( LPVOID lpParam ) //线程函数,跟普通的函数没什么两样 { printf( "Parameter = %d.", *(DWORD*)lpParam ); return 0; } VOID main( VOID )