代码搜索:winapi
找到约 4,315 项符合「winapi」的源代码
代码结果 4,315
www.eeworm.com/read/143026/5760135
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/143026/5760152
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/143026/5760722
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/139912/5795387
h k32call.h
#ifndef K32CALL_H
#define K32CALL_H
extern "C"
{
DWORD WINAPI GetK32ProcAddress(int ord);
}
#endif
www.eeworm.com/read/139557/5798420
c rmem.c
/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */
#include
HLOCAL WINAPI RemoteLocalAlloc(UINT uFlags, UINT uBytes) {
CALLBACKINFO CallbackInfo;
HANDLE hC
www.eeworm.com/read/139557/5798480
h remnet.h
/******************************************************************************
Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
remnet.h
****************************************
www.eeworm.com/read/136571/5868444
h viewctl.h
#ifndef __VIEWCTL_H__
#define __VIEWCTL_H__
#include "GUM.H"
#include "GCommDef.H"
#define PWM_LIVE_VIDEO_PASS_THROUGH (WM_USER+201)
#define PWM_LIVE_VIDEO_ENCODING (WM_USER+202)
#define P
www.eeworm.com/read/136571/5868473
h chipctl.h
#ifndef __CHIPCTL_H__
#define __CHIPCTL_H__
#include "GUM.H"
#include "GCommDef.H"
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
// Define the TV tuner types
typedef enum _CHIPCT
www.eeworm.com/read/136073/5873691
h k32call.h
#ifndef K32CALL_H
#define K32CALL_H
extern "C"
{
DWORD WINAPI GetK32ProcAddress(int ord);
}
#endif
www.eeworm.com/read/135575/5886462
cpp se_std_cb6.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#pragma package(smart_init)
//-------------------------------------------------------