代码搜索:winAPI
找到约 4,315 项符合「winAPI」的源代码
代码结果 4,315
www.eeworm.com/read/137363/5825066
c win32app.c
#include
#include
#include
#include
#include "..\vxd\eventvxd.h"
HANDLE hDevice;
VMINFO *pVMInfo;
DWORD WINAPI SecondThread( PVOID hEventRing3 );
www.eeworm.com/read/100017/6276284
c win32app.c
#include
#include
#include
#include
#include "..\vxd\eventvxd.h"
HANDLE hDevice;
VMINFO *pVMInfo;
DWORD WINAPI SecondThread( PVOID hEventRing3 );
www.eeworm.com/read/358610/6282309
cpp wave_dll(5).cpp
#include
void WINAPI DllMain(HANDLE hModule,DWORD ul_reason_for_call,LPVOID lpReserved)
{
switch( ul_reason_for_call )
{
case DLL_PROCESS_ATTACH:
break;
case DLL_THREAD_ATT
www.eeworm.com/read/485306/6557690
cpp removehttpheader.cpp
#include
#include
#include
#include
DWORD DoSendResponse(HTTP_FILTER_CONTEXT * pfc, HTTP_FILTER_SEND_RESPONSE * pResponse);
BOOL WINAPI __stdcall
www.eeworm.com/read/410822/11267941
h hook.h
extern "C" LRESULT CALLBACK MouseProc(int code,
WPARAM wParam,LPARAM lParam); //钩子处理函数
extern "C" int WINAPI GetResult(); //取得鼠标单击次数的函数
__declspec(dllexport) BOOL EnableMouseCapture(); //加载钩子
www.eeworm.com/read/265169/11275855
cpp ex1.cpp
#include
#include
#include
#include "resource.h"
#include "ex1.h"
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)
www.eeworm.com/read/406849/11434080
cpp handwriter.cpp
// handwriter.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "handwriter.h"
#include "FLYERAPI.h"
#include "windows.h"
int WINAPI WinMain(HINSTANCE hInstance,
HINST
www.eeworm.com/read/402977/11525650
cpp ex1.cpp
#include
#include
#include
#include "resource.h"
#include "ex1.h"
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)
www.eeworm.com/read/347278/11677455
bas baswinapi.bas
Attribute VB_Name = "basWinAPI"
Option Explicit
'misc WinApi declares and constants are here
Public Const WS_CHILD As Long = &H40000000
Public Const WS_VISIBLE As Long = &H10000000
Public Const
www.eeworm.com/read/260650/11713814
cpp xsecu.cpp
#include "xsecu.h"
#include "Md5.c"
#include "Aes.h"
//#include
bool WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROC