代码搜索:winapi

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

代码结果 4,315
www.eeworm.com/read/441934/7662678

h globalapi.h

#ifndef _GLOBAL_API #define _GLOBAL_API #include #include "cdib.h" #include "ColorTable.h" #include using namespace std; //---------------------------------------------
www.eeworm.com/read/441934/7662797

h globalapi.h

#ifndef _GLOBAL_API #define _GLOBAL_API #include #include "cdib.h" #include "ColorTable.h" #include using namespace std; //---------------------------------------------
www.eeworm.com/read/441934/7662940

h globalapi.h

#ifndef _GLOBAL_API #define _GLOBAL_API #include #include "cdib.h" #include "ColorTable.h" #include using namespace std; //---------------------------------------------
www.eeworm.com/read/441934/7663047

h globalapi.h

#ifndef _GLOBAL_API #define _GLOBAL_API #include #include "cdib.h" #include "ColorTable.h" #include using namespace std; //---------------------------------------------
www.eeworm.com/read/441932/7663148

h dibapi.h

// dibapi.h #ifndef _INC_DIBAPI #define _INC_DIBAPI #include using namespace std; // DIB句柄 DECLARE_HANDLE(HDIB); // DIB常量 #define PALVERSION 0x300 /* DIB宏 */ // 判断是否是
www.eeworm.com/read/441524/7669379

h videoinputdshow.h

#pragma once #include "VideoInput.h" #define __IDxtCompositor_INTERFACE_DEFINED__ #define __IDxtAlphaSetter_INTERFACE_DEFINED__ #define __IDxtJpeg_INTERFACE_DEFINED__ #define __IDxtKey_INTERFAC
www.eeworm.com/read/440385/7690037

txt 网络游戏制作技术(3).txt

网络游戏制作技术(3) 上一篇 / 下一篇 2007-11-14 19:14:43 查看( 29 ) / 评论( 0 ) / 评分( 0 / 0 ) 【转载】 作者:tyroneking 续上在这里我将要向大家简单介绍一下游戏服务器中必须要处理另外一项主要技术: 线程池技术   开始 我来向大家简单来介绍一下线程池的概念,先简单
www.eeworm.com/read/439245/7713932

h detours.h

////////////////////////////////////////////////////////////////////////////// // // File: detours.h // Module: detours.lib // // Detours for binary functions. Version 1.4. (Build 4
www.eeworm.com/read/439245/7713939

h coolscroll.h

#ifndef _COOLSBLIB_INCLUDED #define _COOLSBLIB_INCLUDED #ifdef __cplusplus extern "C"{ #endif #include // To complement the exisiting SB_HORZ, SB_VERT, SB_BOTH // scrollbar id
www.eeworm.com/read/168182/7813241

cpp ex30aisapi.cpp

// Ex30aIsapi.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" // For custom assert and trace handling with WebDbg.exe #ifdef _DEBUG CDebugReportHook g_ReportHook;