代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/109649/6173864

h handlerloader.h

// HandlerLoader.h #pragma once #ifndef __HANDLERLOADER_H #define __HANDLERLOADER_H #include "../../ICoder.h" #include "Windows/DLL.h" typedef UINT32 (WINAPI * CreateObjectFunc)( co
www.eeworm.com/read/109236/6175713

c fastfill.c

#include "windows.h" #include "wintools.h" /* * WIN Draw Library * Fast fill rectangle */ /* * fast fill background (works with non-dithered colors only) */ void WINAPI FastFillRect(HDC hdc,LPRE
www.eeworm.com/read/100745/6265161

c fastfill.c

#include "windows.h" #include "wintools.h" /* * WIN Draw Library * Fast fill rectangle */ /* * fast fill background (works with non-dithered colors only) */ void WINAPI FastFillRect(HDC hdc,LPRE
www.eeworm.com/read/486343/6539925

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/486343/6540021

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
www.eeworm.com/read/409757/11314535

cpp main.cpp

#include "stdafx.h" HMODULE g_hInstance; BOOL WINAPI DllMain(HMODULE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) { switch (ul_reason_for_call) { case DLL_PROCES
www.eeworm.com/read/263994/11333425

cpp threadsync.cpp

// ThreadSync.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "ThreadSync.h" #include #include DWORD WINAPI AThread (PVOID pArg)
www.eeworm.com/read/405850/11455857

h thread.h

// thread.h #ifndef THREAD_H #define THREAD_H #ifdef __cplusplus extern "C" { #endif int BeginThread ( int ( WINAPI *pFunction ) ( void *pData ), void *pData, HANDLE *pHandle ) ; void E
www.eeworm.com/read/253792/12199835

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) { TRACE(
www.eeworm.com/read/338244/12316305

c hostname.c

/* include extcode.h which contains the prototypes for the LabVIEW functions */ #include #include #include BOOL WINAPI DllMain (HANDLE hDLL, DWORD dwReason, L