代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/268338/11142627
h destool.h
#ifndef _DESTOOL_H
#define _DESTOOL_H
extern long WINAPI mw_DesEncrypt( unsigned char *Key,__int16 KeyLen,
unsigned char *Source, unsigned long SrcLen, unsigned char *result);
extern long
www.eeworm.com/read/268196/11149859
h templatetrans.h
// TemplateTrans.h
#ifndef _INC_TemplateTransAPI
#define _INC_TemplateTransAPI
// 函数原型
BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,
int iTempH, int iTempW,
www.eeworm.com/read/268196/11149868
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/268196/11149872
h edgecontour.h
// edgecontour.h
#define pi 3.1415927
#ifndef _INC_EdgeContourAPI
#define _INC_EdgeContourAPI
// 函数原型
BOOL WINAPI RobertDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI SobelDIB(
www.eeworm.com/read/268196/11149880
h suanfa1.h
// suanfa1.h
#include "DIBAPI.h"
#ifndef _INC_SUANFA1
#define _INC_SUANFA1
// 函数原型
HDIB WINAPI myCropDIB(HDIB hDIB, LPRECT lpRect);
unsigned char WINAPI myGetMedianNum(unsigned char * bArray
www.eeworm.com/read/267742/11165452
cpp tracereg.cpp
//////////////////////////////////////////////////////////////////////
//
// File: tracereg.cpp
// Module: tracereg.dll
// Copyright: 1996-2001, Microsoft Corporation
//
// Microsoft Research
www.eeworm.com/read/412615/11190489
h wsaerrorstring.h
#ifndef _WSAERRORSTRING_H_
#define _WSAERRORSTRING_H_
extern "C" char * WINAPI WSAErrorString( int error );
#endif
www.eeworm.com/read/266981/11198966
h dvrsdk.h
/*************************************************
**
** 文件名:DVRSDK.h
**
** 发行商:维视图像 Microvision Copyright
**
** 发行时间:2003.05.01
**
** 最后更新:2004.07.30
**
** 说明:DVRSDK.dll API 函数的声明文件, ver 3.
www.eeworm.com/read/335551/12516695
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/248888/12535915
h geotrans.h
// geotrans.h
#ifndef _INC_GeoTransAPI
#define _INC_GeoTransAPI
// 常数π
#define PI 3.1415926535
//角度到弧度转化的宏
#define RADIAN(angle) ((angle)*PI/180.0)
// 函数原型
BOOL WINAPI Translation