代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/474523/6811634
h winreg.h
#ifndef _WINREG_H
#define _WINREG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define HKEY_CLASSES_ROOT ((HKEY)0x80000000)
#define HKEY_CURRENT_USER ((H
www.eeworm.com/read/474523/6811636
h winnls.h
#ifndef _WINNLS_H
#define _WINNLS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_LEADBYTES 12
#define MAX_DEFAULTCHAR 2
#define LOCALE_NOUSER
www.eeworm.com/read/474523/6811639
h wincon.h
#ifndef _WINCON_H
#define _WINCON_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define FOREGROUND_BLUE 1
#define FOREGROUND_GREEN 2
#define FOREGROUND_
www.eeworm.com/read/474200/6816424
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/474200/6816450
h rcahelper.h
#include "stdafx.h"
#ifndef _RCAHELPER_H_
#define _RCAHELPER_H_
//////////////////////////////////////////
//
// 发送数据帮助函数, IO 模型为 event select
//
// 在调用函数前 SOCKET s 必须被置为异步模式,
/
www.eeworm.com/read/474200/6816473
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/474200/6816475
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/474200/6816513
h rcahelper.h
#include "stdafx.h"
#ifndef _RCAHELPER_H_
#define _RCAHELPER_H_
//////////////////////////////////////////
//
// 发送数据帮助函数, IO 模型为 event select
//
// 在调用函数前 SOCKET s 必须被置为异步模式,
/
www.eeworm.com/read/474200/6816536
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/473466/6843155
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------