代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/211926/15170581
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/211926/15170584
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/211496/15179295
cpp winmain.cpp
#include "../CGE_CORE/HEADERS.H"
#include "HeaderIn3D.h"
///////////////////////////////////////////////////////////////////
// Varible Area.
HeaderIn3D theApp;
LRESULT WINAPI WndProc(HWND hW
www.eeworm.com/read/211496/15179307
cpp winmain.cpp
#include "HeaderIn3D.h"
///////////////////////////////////////////////////////////////////
// Varible Area.
HeaderIn3D theApp;
LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARA
www.eeworm.com/read/211496/15179445
cpp winmain.cpp
#include "HeaderIn3D.h"
///////////////////////////////////////////////////////////////////
// Varible Area.
HeaderIn3D theApp;
LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM
www.eeworm.com/read/209167/15226535
h dxerr8.h
/*==========================================================================;
*
*
* File: dxerr8.h
* Content: DirectX Error Library Include File
*
**********************************
www.eeworm.com/read/208138/15253661
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/207628/15266617
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/207628/15266620
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/207628/15266628
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) ((*