代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/247871/4473246

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "Common/MyInitGuid.h" #include "Common/ComTry.h" #include "MyAES.h" extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOI
www.eeworm.com/read/234333/4659412

cpp componentvcrdll.cpp

// File VcrDll.cpp #include "StdAfx.h" #include "ComponentVideo.h" #include "ClassObject.h" #include "ComponentVideo_i.c" // DLL Entry Point extern "C" BOOL WINAPI DllMain(HINSTANCE hInstanc
www.eeworm.com/read/229812/4736235

mh ver.mh

/* * ver.h Version information functions * :include crwatcnt.sp */ #ifndef _INC_VER #define _INC_VER :include readonly.sp :include cpluspro.sp #ifdef LIB #ifndef WINAPI #d
www.eeworm.com/read/229812/4743352

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*); NE
www.eeworm.com/read/229812/4745099

for gen16v.for

*$include winapi.fi * GEN16V.FOR * Setup: set finclude=\WATCOM\src\fortran\win * Compile and Link: wfl gen16v -explicit -d2 -windows -l=windows * -"op d
www.eeworm.com/read/229812/4752455

gml call16.gml

.func _Call16 .if '&lang' eq 'FORTRAN 77' .do begin c$include 'winapi.fi' integer*4 function _Call16( lpFunc, fmt, ... ) integer*4 lpFunc character*(*) fmt .do end .if '&la
www.eeworm.com/read/204140/5033981

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "Common/MyInitGuid.h" #include "Common/ComTry.h" #include "MyAES.h" extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOI
www.eeworm.com/read/192423/5156434

cpp apcxapp.cpp

#include #include #include #include "apcx.h" DWORD WINAPI CallBackAPC(PVOID param) { printf("%d\n", *(int *)param); return 0; } void main() { HANDL
www.eeworm.com/read/192423/5156547

cpp apcxapp.cpp

#include #include #include #include "apcx.h" DWORD WINAPI CallBackAPC(PVOID param) { printf("%d\n", *(int *)param); return 0; } void main() { HANDL
www.eeworm.com/read/192423/5156690

cpp apcxapp.cpp

#include #include #include #include "apcx.h" DWORD WINAPI CallBackAPC(PVOID param) { printf("%d\n", *(int *)param); return 0; } void main() { HANDL