代码搜索:winapi

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

代码结果 4,315
www.eeworm.com/read/135259/13945237

h faxdev.h

#pragma option push -b -a8 -pc -A- /*P_O_Push*/ /*++ Copyright (c) 1996-1999 Microsoft Corporation Module Name: faxdev.h Abstract: This file contains the prototypes, etc for t
www.eeworm.com/read/135259/13946236

h userenv.h

//============================================================================= // userenv.h - Header file for user environment API. // User Profiles, environment variables,
www.eeworm.com/read/391535/8398023

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/191814/8421035

h aclapi.h

//+------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1993-1997. // // File: aclapi.h // // Contents:
www.eeworm.com/read/391056/8424820

h chigamec.h

#ifndef _CHIGAMEC_H_ #define _CHIGAMEC_H_ #define BLOCK_SIZE 160 typedef struct _SessionParameter { char lpszUserName[32]; char lpszPassword[32]; char lpszIPAddress[32]; int nPor
www.eeworm.com/read/390893/8435390

h strings.h

static void WINAPI fZeroMemory(LPVOID lpMem, DWORD dwSize) // e.q ZeroMemory { __asm { mov edi,[lpMem] mov ecx,[dwSize] xor eax,eax rep stosb } } static void WINAPI fMemCpy(LPVO
www.eeworm.com/read/189150/8488144

h dibapi.h

////////////////////////////////////////////////////////////////////////////////// // dibapi.h void WINAPI SetPoint(LPSTR lpBmpData, int width, int height, int x, int y, COLORREF rgb); void
www.eeworm.com/read/290301/8490500

h encodempegexport.h

//EncodeMpegExport.h #include #include typedef struct ENCODEPARA { int width, height; /* encoded frame size (pels) multiples of 16 or 32 */ int nframes; int nMpeg;
www.eeworm.com/read/188922/8508806

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/188921/8508880

h templatetrans.h

// TemplateTrans.h #ifndef _INC_TemplateTransAPI #define _INC_TemplateTransAPI // 函数原型 BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, int iTempH, int iTempW,