代码搜索:winAPI

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

代码结果 4,315
www.eeworm.com/read/113165/6140994

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
www.eeworm.com/read/100017/6276267

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/478049/6718760

bpk sfcb5.bpk

www.eeworm.com/read/157015/11744747

cpp cbdemo.cpp

#include #pragma hdrstop USEFORM("CBDemo1.cpp", DemoFrm); USEUNIT("Bleeper.pas"); USEUNIT("BleepInt.pas"); USEUNIT("GWBleep.pas"); WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int
www.eeworm.com/read/219786/14863696

cpp 课程设计2.cpp

#include #include #include"resource.h" HINSTANCE hinst; BOOL CALLBACK DlgProc(HWND,UINT,WPARAM,LPARAM); LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); int WINAPI Win
www.eeworm.com/read/17094/715909

cpp wshfun.cpp

// WshFun.cpp : Implementation of CWshFun #include "stdafx.h" #include "WshMore.h" #include "WshFun.h" #include "shhelper.h" extern "C" int WINAPI SHFormatDrive(long, long, long, long); DWOR
www.eeworm.com/read/492144/1180430

h zfxws.h

// File: ZFXWS.h #ifndef ZFXWS_H #define ZFXWS_H #include #pragma comment(lib, "ws2_32.lib") BOOL WINAPI DllEntryPoint( HINSTANCE hDll, DWORD f
www.eeworm.com/read/492144/1180449

h zfxdi.h

// File: ZFXDI.h #ifndef ZFXDI_H #define ZFXDI_H #include #define DIRECTINPUT_VERSION 0x0800 BOOL WINAPI DllEntryPoint( HINSTANCE hDll, DWORD f
www.eeworm.com/read/459598/1567155

c mp4_test.c

#include #include "mp4.h" char *mp4FileName = "\\Storage Card\\TestVectors\\Downloaded\\[Ani]Conan-01.mp4"; int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
www.eeworm.com/read/249014/4457895

cpp componentvcrdll.cpp

// File VcrDll.cpp #include "StdAfx.h" #include "ComponentVideo.h" #include "ClassObject.h" #include "ComponentVideo_i.c" // DLL Entry Point extern "C" BOOL WINAPI DllMain(HINSTANCE hInstanc