代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/409921/2221643

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/409921/2224029

c winver.c

#include #include int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { static const WCHAR szROS[] = { 'R','e','a','c','t','
www.eeworm.com/read/409921/2228246

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/409919/2228423

bas test.bas

#COMPILE EXE #IF NOT %DEF(%WINAPI) #INCLUDE "WIN32API.INC" #ENDIF #INCLUDE "PB.INC" FUNCTION PBMAIN() LOCAL i AS BYTE MSGBOX "Begin", %MB_ICONINFORMATION, "UserBuffer Example"
www.eeworm.com/read/409919/2228456

bas test.bas

#COMPILE EXE #IF NOT %DEF(%WINAPI) #INCLUDE "WIN32API.INC" #ENDIF #INCLUDE "PB.INC" FUNCTION EnvelopeCheck() AS BYTE ENVELOPE_CHECK_FUNC END FUNCTION FUNCTION PBMAIN() MSGBOX
www.eeworm.com/read/407447/2263979

c time.c

#include #include #include //Converts a file time to a local file time. BOOL WINAPI FileTimeToLocalFileTime( const FILETIME* lpFileTime, FILETIME* lpLocalFile
www.eeworm.com/read/407447/2263985

c misc.c

#include #include #include //Speaker BOOL WINAPI Beep( DWORD dwFreq, DWORD dwDuration ){ printf("beep??? %X,%X\n", dwFreq, dwDuration); }
www.eeworm.com/read/391110/2523355

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/390783/2525220

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/390783/2525231

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("AudioOutT