代码搜索:WINAPI
找到约 4,315 项符合「WINAPI」的源代码
代码结果 4,315
www.eeworm.com/read/249942/12446469
h globalfunction.h
// GlobalFunction.h
#include "Dibapi.h"
#ifndef _INC_GlobalFunctionAPI
#define _INC_GlobalFunctionAPI
#include
using namespace std;
#define PI 3.1415926535
#define TRAINDATANUM
www.eeworm.com/read/234411/14114306
h dibapi.h
//dibapi.h
#ifndef _INC_DIBAPI
#define _INC_DIBAPI
//DIB句柄
DECLARE_HANDLE(HDIB);
//DIB常量
#define PALVERSION 0x300
/*DIB宏*/
//判断是否是Win 3.0 的DIB
#define IS_WIN30_DIB(lpbi) ((*(LPDWORD)(
www.eeworm.com/read/132000/14116839
h th32.h
#ifndef __TH32_h__
#define __TH32_h__
#include
#include
// ToolHelp32 function prototypes
typedef HANDLE (WINAPI* fCreateToolhelp32Snapshot)
(
DWORD dwFlags,
www.eeworm.com/read/131976/14117845
h mount.h
/* The source code contained in this file has been derived from the source code
of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and
additions to that source code contained in
www.eeworm.com/read/131910/14120242
h ch341dll.h
// 2004.05.28
//****************************************
//** Copyright (C) W.ch 1999-2004 **
//** Web: http://www.winchiphead.com **
//****************************************
//** DLL
www.eeworm.com/read/131910/14120296
h ch341dll.h
// 2004.05.28
//****************************************
//** Copyright (C) W.ch 1999-2004 **
//** Web: http://www.winchiphead.com **
//****************************************
//** DLL
www.eeworm.com/read/131129/14159224
h dsetup.h
/*==========================================================================
*
* Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
*
* File: dsetup.h
* Content:
www.eeworm.com/read/131129/14159294
h multimon.h
//=============================================================================
//
// multimon.h -- Stub module that fakes multiple monitor apis on Win32 OSes
// without them.
//
//
www.eeworm.com/read/131129/14159419
h errors.h
//------------------------------------------------------------------------------
// File: Errors.h
//
// Desc: ActiveMovie error defines.
//
// Copyright (c) 1992-2001, Microsoft Corporation. A
www.eeworm.com/read/130783/14174222
h reg.h
#ifdef __cplusplus
extern "C" {
#endif
/* basic export function define */
BOOL WINAPI GetHardDiskId(LPTSTR lpOutBuffer, LPCTSTR lpRegisterCode);
BOOL WINAPI GetMainBoardId(LPTSTR lpOutBuffer,