代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/261852/11621726
inc api.inc
;*I**************************************************************************
; NAME: api_def.inc
;----------------------------------------------------------------------------
; $AUTHOR
www.eeworm.com/read/261852/11621734
a51 api.a51
;*A**************************************************************************
; NAME: api.a51
;----------------------------------------------------------------------------
; REVISION:
www.eeworm.com/read/261658/11630492
lst api.lst
ARM COMPILER V2.00f, API 19/02/05 11:45:13 PAGE 1
ARM COMPILER V2.00f, COMPILATION OF MODULE API
OBJECT MODULE PLACED IN A
www.eeworm.com/read/347420/11666498
chm api篇.chm
www.eeworm.com/read/157222/11727943
cs api.cs
/*
* EBI-Software all rights reserved.
* webmaster@ebi-software.de
* This code is only for educational use.
*/
using System;
using System.Runtime;
using System.Drawing;
using System.Run
www.eeworm.com/read/156914/11752600
txt api.txt
<mark>API</mark>全功略(<mark>API</mark>编程的详细介绍)
什么是<mark>API</mark>
首先,有必要向大家讲一讲,什么是<mark>API</mark>。所谓<mark>API</mark>本来是为C和C++程序员写的。<mark>API</mark>说来说去,就是一种函数,他们包含在一个附加名为DLL的动态连接库文件中。用标准的定义来讲,<mark>API</mark>就是<mark>Windows</mark>的32位应用程序编程接口,是一系列很复杂的函数,消息和结构,它使编程人员可以用 ...
www.eeworm.com/read/346284/11756272
h api.h
// BYTE type definition
#ifndef _BYTE_DEF_
#define _BYTE_DEF_
typedef unsigned char BYTE;
#endif /* _BYTE_DEF_ */
/**************************************************/
#define TRX_Disable 0
#d
www.eeworm.com/read/259759/11766578
h api.h
#define UPGRADE
#ifndef CMPP_API_H
#define CMPP_API_H
#include "dpl_types.h"
#include "dpl_errno.h"
#include "cmppe_proto.h"
#include "dpl_socket.h"
#ifdef __cplusplus
extern "C"{
#endif