代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/195047/8176486
h dsetup.h
/*==========================================================================
*
* Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
*
* File: dsetup.h
* Content:
www.eeworm.com/read/195047/8176615
h multimon.h
//=============================================================================
//
// multimon.h -- Stub module that fakes multiple monitor apis on Win32 OSes
// without them.
//
//
www.eeworm.com/read/195047/8176783
h errors.h
//------------------------------------------------------------------------------
// File: Errors.h
//
// Desc: ActiveMovie error defines.
//
// Copyright (c) 1992-2001, Microsoft Corporation. A
www.eeworm.com/read/295006/8190267
h mpc2810.h
#ifndef _INTERACT_H
#define _INTERACT_H
#ifndef _MSC_VER
#define WINAPI __stdcall
#endif
#ifdef __cplusplus
extern "C" {
#endif
enum FUNCITEM
{
TYPE0=0, //属性设置
SET_UNIT_FLAG,
SE
www.eeworm.com/read/395136/8193519
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/294747/8208907
h mpc.h
#ifndef _INTERACT_H
#define _INTERACT_H
#ifndef _MSC_VER
#define WINAPI __stdcall
#endif
#ifdef __cplusplus
extern "C" {
#endif
enum FUNCITEM
{
GET_MAX_AXE=0,
GET_BOARD_NUM,
GET_A
www.eeworm.com/read/294561/8218506
h mmsystem.h
/*==========================================================================
*
* mmsystem.h -- Include file for Multimedia API's
*
* Version 4.00
*
* Copyright 1992 - 1998 Microsoft Cor
www.eeworm.com/read/293912/8264606
h structs.h
#ifndef __structs_h
#define __structs_h
#ifndef Far
# define Far far
#endif
/* Porting definitions between Win 3.1x and Win32 */
#ifdef WIN32
# define far
# define _far
# define __far
www.eeworm.com/read/293594/8284588
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/192705/8293457
h faxcvt.h
int WINAPI FindFreeConvertChannel();
int WINAPI GetConvIDOfVoiceChannel(int trunkID);
bool WINAPI StartConvert(int trunkID,int convID,char * filename);
bool WINAPI CheckConvertEnd(int convID);
voi