代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/101754/15819356

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/101754/15819363

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/101754/15819365

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/101631/15823168

h wiz.h

/* WiZ 4.0 header file */ #ifndef _WIZ_H #define _WIZ_H #include #include /* required for all Windows applications */ #include #include #include
www.eeworm.com/read/101543/15827654

h exports.h

// exports.h #ifndef _INC_EXPORTS #define _INC_EXPORTS #include #include "public.h" //extern BOOL CheckDCWndClassName(HDC hDC); typedef struct _tagWordPara { HDC hMemDC;
www.eeworm.com/read/100890/15863373

h dsetup.h

/*========================================================================== * * Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved. * * File: dsetup.h * Content:
www.eeworm.com/read/100862/15863458

txt lamothe1.txt

LISTING 1. The form of the thread function. DWORD WINAPI My_Thread(LPVOID data) { // .. do work // return an exit code at end, whatever is appropriate for your app return(26); } // end My_
www.eeworm.com/read/100158/15881869

h wiz.h

/* WiZ 4.0 header file */ #ifndef _WIZ_H #define _WIZ_H #include #include /* required for all Windows applications */ #include #include #include
www.eeworm.com/read/100149/15882144

h decs.h

#ifndef __decs_h /* prevent multiple inclusions */ #define __decs_h #include #ifndef __unzip_h # include "unzip.h" #endif #ifndef __structs_h # include "structs.h" #endif #define Wiz
www.eeworm.com/read/100149/15882147

h example.h

/* Example header file Do not use this header file in the WiZ application, use WIZ.H instead. */ #ifndef _EXAMPLE_H #define _EXAMPLE_H #include #ifdef __RSXNT__ # include "win32/rsx