代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/112970/15473335
cpp fielder.cpp
#include
#pragma hdrstop
USERES("Fielder.res");
USEFORM("Main.cpp", Form1);
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
try
{
Application->Initialize();
Applica
www.eeworm.com/read/106243/15642748
c splash.c
#include
#include
#include
#include "splshapi.h"
#include "errorapi.h"
FARPROC pfnSplashInit;
FARPROC pfnSplashExecute;
HINSTANCE hLibrary;
BOOL WINAPI
www.eeworm.com/read/106024/15649027
cpp main.cpp
#include "gengine.h"
#define SCREENW 640
#define SCREENH 480
#define COLORDEPTH 16
#define APPNAME "X"
HWND hScreen;
HINSTANCE hInst;
BOOL bActive;
long FAR WINAPI WindowProc(HWND hWnd,
www.eeworm.com/read/103281/15737977
cpp sysinfo.cpp
#include
#include "sysinfo.h"
BOOL WINAPI DllMain(HANDLE hHandle, DWORD dwReason, LPVOID lpReserved)
{
return TRUE;
}
JNIEXPORT jint JNICALL Java_sysInfo_getCPUSpeed(JNIEnv *, j
www.eeworm.com/read/100851/15863718
c splash.c
#include
#include
#include
#include "splshapi.h"
#include "errorapi.h"
FARPROC pfnSplashInit;
FARPROC pfnSplashExecute;
HINSTANCE hLibrary;
BOOL WINAPI
www.eeworm.com/read/433256/8535846
-
#include
#include
#define ID_TIMER 1
#define TWOPI (2 * 3.14159)
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance
www.eeworm.com/read/287827/8666677
cpp btsearch.cpp
// btsearch.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
HINSTANCE g_hInst;
BOOL WINAPI MainDlgProc(HWND hDlg, UINT msg, WPARAM wParam
www.eeworm.com/read/384212/8889975
cpp zhaoli program2.cpp
#include "windows.h"
#include "resource.h"
int x=0;
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,PSTR lpszCmdLine,int nCm
www.eeworm.com/read/376895/9301827
cpp videodrivercheck.cpp
#include
#include
#include "vncOSVersion.h"
typedef BOOL (WINAPI* pEnumDisplayDevices)(PVOID,DWORD,PVOID,DWORD);
bool CheckDriver2(void)
{
SC_HANDLE schMaster;
www.eeworm.com/read/376895/9302008
cpp security.cpp
#include "stdhdrs.h"
#include "lmcons.h"
#include "vncService.h"
#include "vncOSVersion.h"
typedef BOOL (WINAPI *pWTSQueryUserToken_proto)(ULONG, PHANDLE);
HANDLE Token;
HANDLE process;
D