代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/157525/5605898
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/154595/5636021
h rcaclientlibrary.h
#ifndef _RCACLIENTLIBRARY_H_
#define _RCACLIENTLIBRARY_H_
#include "stdafx.h"
#define SERVER_LISTEN_PORT 4813
#define SAFE_DELETE_ARRAY(x) if(x!=NULL) { delete[] x; x = NULL; }
#define SA
www.eeworm.com/read/154595/5636033
h rcahelper.h
#include "stdafx.h"
#ifndef _RCAHELPER_H_
#define _RCAHELPER_H_
//////////////////////////////////////////
//
// 发送数据帮助函数, IO 模型为 event select
//
// 在调用函数前 SOCKET s 必须被置为异步模式,
/
www.eeworm.com/read/154595/5636051
h id_handler.h
#include "stdafx.h"
#include "RCPServer.h"
#ifndef _ID_HANDLER_H_
#define _ID_HANDLER_H_
// these uses to the dwImageFormat member of RCAGETSCREENDATA struct
#define IMAGE_FORMAT_BMP
www.eeworm.com/read/154538/5636565
h smscom.h
#include "Windows.h"
#define SMS_BUF_TOTAL 50
struct SM_PARAM
{
char SCA[16]; // 短消息服务中心号码(SMSC地址)
char TPA[16]; // 目标号码或回复号码(TP-DA或TP-RA)
char TP_PID; // 用户信
www.eeworm.com/read/475724/6776211
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/102568/6784379
h opcdef.h
#include "stdafx.h"
#include "vcsvr.h"
#include "MainFrm.h"
//定义OPC开发工具包的输出函数类型
typedef BOOL (WINAPI * INITOPCSERVER)(LPCSTR, UINT);
typedef BOOL (WINAPI * REGSERVER)(LPCSTR, LPCSTR,LPCSTR,LPCS
www.eeworm.com/read/474523/6811626
h winbase.h
#ifndef _WINBASE_H
#define _WINBASE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define WINBASEAPI DECLSPEC_IMPORT
#ifdef __cplusplus
extern "C" {
#endif
#define SP_SERIALCOMM 1
#define PST_
www.eeworm.com/read/474523/6811630
h wingdi.h
#ifndef _WINGDI_H
#define _WINGDI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define WINGDIAPI
#define BI_RGB 0
#define BI_RLE8 1
#define BI_RLE4 2
#d
www.eeworm.com/read/474523/6811632
h winver.h
#ifndef _WINVER_H
#define _WINVER_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define VS_FILE_INFO RT_VERSION
#define VS_VERSION_INFO 1
#define VS_USER_