代码搜索:WINAPI

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

代码结果 4,315
www.eeworm.com/read/259755/11768595

c mytapi.c

#include #include #include "comdial.h" #include "resource.h" #define MAXDSZ (256) MYTAPI mytapi; HWND ghWnd; HINSTANCE ghInst; DWORD WINAPI ReadThread(LPVOID lpPar
www.eeworm.com/read/345894/11783660

cpp chatdlg.cpp

// ChatDlg.cpp : implementation file // #include "stdafx.h" #include "Chat.h" #include "ChatDlg.h" static DWORD WINAPI RecvProc(LPVOID lpParameter); #ifdef _DEBUG #define new DEBUG_NEW #
www.eeworm.com/read/255507/12078255

cpp wavein.cpp

#include "stdafx.h" #include "WaveIn.h" #include "math.h" #pragma comment(lib,"Winmm") DWORD CWaveIn::s_dwInstance = 0; //线程处理 DWORD WINAPI CWaveIn::AudioInThreadProc(LPVOID lpParameter) {
www.eeworm.com/read/233716/14142395

cpp getversionex.cpp

#include #include #include #define BUFSIZE 80 typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO); int _tmain() { OSVERSIONINFOEX osvi; SYSTEM_INFO si;
www.eeworm.com/read/127398/14356632

c mytapi.c

#include #include #include "comdial.h" #include "resource.h" #define MAXDSZ (256) MYTAPI mytapi; HWND ghWnd; HINSTANCE ghInst; DWORD WINAPI ReadThread(LPVOID lpPar
www.eeworm.com/read/224612/14580659

cpp ofwin.cpp

// OFWIN.CPP Native windows program to display text in a window #include long WINAPI WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); // Listing OFWIN_1 int WIN
www.eeworm.com/read/120384/14804520

cpp 4_5.cpp

#include #include #include #include #define Pi 3.1415926 long WINAPI WndProc(HWND hWnd, UINT iMessage, UINT wParam, LONG lParam);
www.eeworm.com/read/120384/14804523

cpp 4_8.cpp

#include #include #include #include #define Pi 3.1415926 long WINAPI WndProc(HWND hWnd, UINT iMessage, UINT wParam, LONG lParam);
www.eeworm.com/read/117982/14891543

cpp windows.cpp

#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); // 入口函数WinMain int WINAPI WinMain(HINSTANCE hInstance, // 当前应用程序实例的句柄 HINSTANCE hPrevInstance, // 前一
www.eeworm.com/read/117454/14919774

cpp exports.cpp

#include "stdafx.h" #include "sivfax.h" #include "exports.h" #include "global.h" #include "resource.h" BOOL WINAPI FaxDevAbortOperation(IN HANDLE FaxHandle) { WriteDebugString(L"%s",L"FaxDe