代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/324067/13289712
h mediatransmit.h
#ifndef MEDIATRANSMIT_INCLUDE
#define MEDIATRANSMIT_INCLUDE
#ifdef MEDIATRANSMIT_EXPORTS
#define MEDIATRANSMIT_API __declspec(dllexport)
#else
#define MEDIATRANSMIT_API __declspec(dllimport)
#
www.eeworm.com/read/324067/13289744
h mediatransmit.h
#ifndef MEDIATRANSMIT_INCLUDE
#define MEDIATRANSMIT_INCLUDE
#ifdef MEDIATRANSMIT_EXPORTS
#define MEDIATRANSMIT_API __declspec(dllexport)
#else
#define MEDIATRANSMIT_API __declspec(dllimport)
#
www.eeworm.com/read/137805/13296238
h fbextapi.h
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
文件:fbextapi.h
版权:Firebird Software Workroom 保留
声明:本源程序的版权受《中华人民共和国著作权法》以及其
它相关法律和条约的保护。任何有机会得到本源程序的
个人和机构
www.eeworm.com/read/137224/13339519
h dxerr8.h
/*==========================================================================;
*
*
* File: dxerr8.h
* Content: DirectX Error Library Include File
*
**********************************
www.eeworm.com/read/322974/13359374
h morph.h
// morph.h
#ifndef _INC_MorphAPI
#define _INC_MorphAPI
// 函数原型
BOOL WINAPI ErosionDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BOOL bHori , int structure[3][3]);
BOOL WINAPI DilationD
www.eeworm.com/read/322974/13359376
h detect.h
// detect.h
#ifndef _INC_DetectAPI
#define _INC_DetectAPI
// 函数原型
BOOL WINAPI ThresholdDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI AddMinusDIB (LPSTR lpDIBBits, LPSTR lp
www.eeworm.com/read/322974/13359378
h restore.h
// restore.h
#ifndef _INC_RestoreAPI
#define _INC_RestoreAPI
// 函数原型
BOOL fourn(double * data, unsigned long nn[], int ndim, int isign);
BOOL WINAPI BlurDIB (LPSTR lpDIBBits, LONG lWidth, L
www.eeworm.com/read/322974/13359381
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) ((
www.eeworm.com/read/322974/13359388
h pointtrans.h
// PointTrans.h
#ifndef _INC_PointTransAPI
#define _INC_PointTransAPI
// 函数原型
BOOL WINAPI LinerTrans(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, FLOAT fA, FLOAT fB);
BOOL WINAPI ThresholdTr
www.eeworm.com/read/322974/13359402
h morph.h
// morph.h
#ifndef _INC_MorphAPI
#define _INC_MorphAPI
// 函数原型
BOOL WINAPI ErosionDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BOOL bHori , int structure[3][3]);
BOOL WINAPI DilationD