代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/170685/6303838
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/170685/6303841
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/413879/6314528
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/493100/6406463
h dxerr9.h
/*==========================================================================;
*
*
* File: dxerr9.h
* Content: DirectX Error Library Include File
*
**********************************
www.eeworm.com/read/493100/6406473
h dxerr8.h
/*==========================================================================;
*
*
* File: dxerr8.h
* Content: DirectX Error Library Include File
*
**********************************
www.eeworm.com/read/492697/6419742
h wincred.h
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 2000 Microsoft Corporation
Module Name:
wincred.h
Abstract:
This module contains the p
www.eeworm.com/read/492697/6419778
h winsvc.h
/*++ BUILD Version: 0010 // Increment this if a change has global effects
Copyright (c) 1995-1998 Microsoft Corporation
Module Name:
winsvc.h
Abstract:
Header file for the S
www.eeworm.com/read/492697/6419806
inl winuser.inl
/* Copyright (c) 2001-2004, Microsoft Corp. All rights reserved. */
#if _MSC_VER > 1000
#pragma once
#endif
#if defined(__cplusplus)
extern "C" {
#endif
#if !defined(RC_INVOKED) /* RC c
www.eeworm.com/read/492697/6419821
h cfgmgr32.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
cfgmgr32.h
Abstract:
This module contains the user APIs for the Configuration Manager,
along wi
www.eeworm.com/read/491173/6441272
h dibapi.h
//dibapi.h
#ifndef _INC_DIBAPI
#define _INC_DIBAPI
DECLARE_HANDLE(HDIB);
#define PALVERSION 0X300
#define IS_WIN30_DIB(lpbi) ((*(LPDWORD)(lpbi))==sizeof(BITMAPINFOHEADER))
#define RECTWIDTH(lpR