代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/229554/4754570

cpp waveout.cpp

#include "stdafx.h" #include "WaveOut.h" //#pragma comment(lib,"Winmm") DWORD CWaveOut::s_dwInstance = 0; DWORD WINAPI CWaveOut::AudioOutThreadProc(LPVOID lpParameter) { //TRACE(_T("AudioOu
www.eeworm.com/read/216802/4882860

h ttelhndl.h

#ifndef __TTELHNDL_H #define __TTELHNDL_H #include "tparser.h" #include "tnetwork.h" DWORD WINAPI telProcessNetwork(LPVOID lpParameter); class TTelnetHandler { private: int iTermSet; i
www.eeworm.com/read/205824/5018074

h ttelhndl.h

#ifndef __TTELHNDL_H #define __TTELHNDL_H #include "tparser.h" #include "tnetwork.h" DWORD WINAPI telProcessNetwork(LPVOID lpParameter); class TTelnetHandler { private: int iTermSet; i
www.eeworm.com/read/205824/5023406

c surface_thunk.c

#include "../rosdraw.h" HRESULT WINAPI Thunk_DDrawSurface3_QueryInterface(LPDIRECTDRAWSURFACE3 iface, REFIID iid, LPVOID *ppObj) { DX_WINDBG_trace(); return Main_DDrawSu
www.eeworm.com/read/204140/5034040

cpp consoleclose.cpp

// ConsoleClose.cpp #include "StdAfx.h" #include "ConsoleClose.h" static int g_BreakCounter = 0; static const int kBreakAbortThreshold = 2; namespace NConsoleClose { static BOOL WINAPI
www.eeworm.com/read/171026/5400152

cpp wmcopyclient.cpp

// WMCOPYClient.cpp : Defines the entry point for the console application. #include "stdafx.h" #include "WMCOPYHDRS.h" DWORD pID; HWND hServer; BOOL WINAPI TransferData(DWORD dwMsg, const _
www.eeworm.com/read/315091/3624277

cpp consoleclose.cpp

// ConsoleClose.cpp #include "StdAfx.h" #include "ConsoleClose.h" static int g_BreakCounter = 0; static const int kBreakAbortThreshold = 2; namespace NConsoleClose { static BOOL WINAPI
www.eeworm.com/read/312645/3651018

c fastfill.c

#include "windows.h" #include "wintools.h" /* * WIN Draw Library * Fast fill rectangle */ /* * fast fill background (works with non-dithered colors only) */ void WINAPI FastFillRect(H
www.eeworm.com/read/312645/3651020

c ptinsid.c

#include "windows.h" #include "wintools.h" BOOL WINAPI PtInsideWindow(HWND hwnd,UINT x,UINT y) { /* Determine whether or not the position ( x, y) is contained */ /* within the control's cl
www.eeworm.com/read/310944/3688595

c hookserv.c

#include #include "../PEHOOK/APIHook32.h" #include "../RUN/RUN.c" PROC lpAdder = MessageBoxA; int WINAPI MyMesageBoxA( HWND hWnd, // handle of owner window LPC