代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/109972/15544501

txt 几个windows编程概念 .txt

什么是WinSDK: 大致说来windows编程有两种方法: 1.windwos c方式(SDK), 2.c++方式:即对 SDK函数进行包装,如VC的MFC,BCB的OWL等,如果要深入 下去,还是要熟悉SDK。 两种方法有哪些区别呢:SDK编程就是直接调用windows的API进行编程,但是有上 千个API组成(win95的API有两千多个),这种数目太大了,对于编程显然不 ...
www.eeworm.com/read/109948/15544797

h endecode.h

#define _DEFBLOCKSIZE 16 #define _DEFBLOCKSIZE 16 #define _FEATURESIZE 6 #define _CHARDESCSIZE 11 #define _FEATURESIZEEX 4 typedef struct tag_TDEFAULTMESSAGE { int nRecog; WORD wId
www.eeworm.com/read/109074/15564818

h endecode.h

#define _DEFBLOCKSIZE 16 #define _DEFBLOCKSIZE 16 #define _FEATURESIZE 6 #define _CHARDESCSIZE 11 #define _FEATURESIZEEX 4 typedef struct tag_TDEFAULTMESSAGE { int nRecog; WORD wId
www.eeworm.com/read/108875/15571487

h apihook.h

/****************************************************************************** Module: APIHook.h Notices: Copyright (c) 2000 Jeffrey Richter ******************************************************
www.eeworm.com/read/108589/15583434

h endecode.h

#define _DEFBLOCKSIZE 16 #define _DEFBLOCKSIZE 16 #define _FEATURESIZE 6 #define _CHARDESCSIZE 11 #define _FEATURESIZEEX 4 typedef struct tag_TDEFAULTMESSAGE { int nRecog; WORD wId
www.eeworm.com/read/107944/15597858

h cards.h

/*----------------------------------------------------------------------------- | CARDS.H | | cards.dll external .h file | | Insert standard MS copyright BS here. ---------------
www.eeworm.com/read/105160/15676778

txt c++编程思想 -- 第2章 笔记(2).txt

作者:rick1126 email: rickzhang@sina.com 日期:2001-7-17 10:19:32 2.2 一个袖珍C库 【C函数库的数据封装方式】 . struct 用于处理一组特性 . C库 一组struct + 一组活动在这些struct上的函数 【一个变长数组模拟的例子】 . 涉及操作:
www.eeworm.com/read/103818/15719284

h hook.h

#ifndef QQTAILAPI #define QQTAILAPI __declspec(dllimport) #endif QQTAILAPI BOOL WINAPI SetHook(HWND hQQ);
www.eeworm.com/read/102579/15770243

h endecode.h

#define _DEFBLOCKSIZE 16 #define _DEFBLOCKSIZE 16 #define _FEATURESIZE 6 #define _CHARDESCSIZE 11 #define _FEATURESIZEEX 4 typedef struct tag_TDEFAULTMESSAGE { int nRecog; WORD wId
www.eeworm.com/read/102552/15774344

htm subject_43561.htm

序号:43561 发表者:chejie 发表日期:2003-06-12 10:28:53 主题:小问题 内容:BOOL WINAPI ABC(void)如果我要加_stdcall的话应该加在哪里啊?BOOL _stcall WINAPI ABC(void)BOOL WINAPI _stdcall ABC(void)哪个对啊?或者不能这样