代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/273702/10904102

cpp dialup.cpp

// Dialup.cpp #include "stdafx.h" #include "Dialup.h" char m_szStatus[500]; char m_szLastError[500]; VOID WINAPI RasDialFunc( UINT unMsg, RASCONNSTATE rasconnstate, DWORD dwError ) { s
www.eeworm.com/read/453907/7404176

cpp dialup.cpp

// Dialup.cpp #include "stdafx.h" #include "Dialup.h" char m_szStatus[500]; char m_szLastError[500]; VOID WINAPI RasDialFunc( UINT unMsg, RASCONNSTATE rasconnstate, DWORD dwError ) { s
www.eeworm.com/read/260759/7592059

cpp bench.cpp

#include #include "bench.h" #include #include double intMess; HANDLE hThread; bool nonstop=false; long WINAPI DoInt(long wiederhole) { long d
www.eeworm.com/read/196068/8117208

cpp keti.cpp

#include #include #include #include "resource.h" long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam); BOOL InitWindowsClass(HINSTANCE hInstance
www.eeworm.com/read/137170/13341641

cpp main.cpp

#include #include "resource.h" #include "tea.h" #include "ac_array.h" acCArray encryptedText; int WINAPI DialogProc(HWND, UINT, WPARAM, LPARAM); void DoEncrypt(HWND hDlg);
www.eeworm.com/read/149476/5699441

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/138727/5815098

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/137363/5825049

c skel32.c

#include #include "..\16\skeleton.h" DEVICECONTEXT Device1 = { 0 }; DRIVERPARAMS DefaultParams = { 1024 }; BOOL WINAPI SKELETON_ThunkConnect32(LPSTR pszDll16, LPSTR pszDll32,
www.eeworm.com/read/120487/6073362

c libpqdll.c

#define WIN32_LEAN_AND_MEAN #include #include #include "win32.h" BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) { WSADATA wsaData; switch
www.eeworm.com/read/120251/6078980

cpp demo.cpp

/** @file Demo.cpp @brief Contains WinMain(). */ // Includes #include "Demo.h" // Simple Win32 #define WIN32_LEAN_AND_MEAN #include "windows.h" // WinMain() INT WINAPI WinMain(HINSTANC