代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/248888/12535949
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/335340/12539146
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/335340/12539149
h geotrans.h
// geotrans.h
#ifndef _INC_GeoTransAPI
#define _INC_GeoTransAPI
// 常数π
#define PI 3.1415926535
//角度到弧度转化的宏
#define RADIAN(angle) ((angle)*PI/180.0)
// 函数原型
BOOL WINAPI Translation
www.eeworm.com/read/147363/12558453
h winsvc.h
/*++ BUILD Version: 0010 // Increment this if a change has global effects
Copyright 1995 - 1998 Microsoft Corporation
Module Name:
winsvc.h
Abstract:
Header file for the Serv
www.eeworm.com/read/147363/12558910
h ole.h
/*****************************************************************************\
* *
* ole.h - Object Linking and Emb
www.eeworm.com/read/147363/12559099
h tssqsec.h
//
// Copyright (C) Microsoft Corporation, 1997. All rights reserved.
//
// TSSQSEC.h : main header file for the TSSQSEC DLL
//
#ifndef TSSQSEC_H
#define TSSQSEC_H
#ifdef __cplusplus
ex
www.eeworm.com/read/147363/12559109
h largeint.h
/*--
Module Name:
largeint.h
Abstract:
Include file for sample Large Integer Arithmetic routines.
This file includes all of the prototypes for the routines found in
la
www.eeworm.com/read/147363/12560006
h windef.h
/****************************************************************************
* *
* windef.h -- Basic Windows Type Definitio
www.eeworm.com/read/147185/12579307
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/147185/12579398
h arithzxz.h
/////////////////////////////////////////////////////////////////////////////
//Discription: 压缩和加密等公共函数
//Written By: ZHANGXIANZHU
//Date: 2003-03-27
//Version: 1.0
//Modified b