代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/200401/15434064
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/200215/15437386
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/113574/15453148
h newsig.h
//////////////////////////////////////////////////////////////////
//NewSig.h
#include
#ifdef __cplusplus
extern "C" {
#endif
int WINAPI Sig_Init(int debugmode);
//0 not debug 1
www.eeworm.com/read/101297/15461161
c++
作者:rick1126
email: rickzhang@sina.com
日期:2001-7-17 10:19:32
2.2 一个袖珍C库
【C函数库的数据封装方式】
. struct 用于处理一组特性
. C库 一组struct + 一组活动在这些struct上的函数
【一个变长数组模拟的例子】
. 涉及操作:
www.eeworm.com/read/112938/15473676
h reg.h
//+--------------------------------------------------------------------------
//
// reg.h ---- 共享软件加密算法库
// Cop
www.eeworm.com/read/112766/15477253
cpp main1.cpp
/*
* Main1.cpp
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 14, Listing 14-2
*
* Driver to load the simple DLL, create a
* thread, call a function in
www.eeworm.com/read/112541/15483195
h peeryouhook.h
#if !defined(PasswordLIBAPI)
#define PasswordLIBAPI __declspec(dllexport)
#endif
PasswordLIBAPI BOOL WINAPI SetPasswordHook(HWND hPasswordWnd);
www.eeworm.com/read/110823/15524374
h endecode.h
#define _DEFBLOCKSIZE 16
#define _DEFBLOCKSIZE 16
#define _FEATURESIZE 6
#define _CHARDESCSIZE 11
#define _FEATURESIZEEX 4
typedef struct tag_TDEFAULTMESSAGE
{
int nRecog;
WORD wId
www.eeworm.com/read/110326/15536462
h k32exp.h
/*
K32EXP.H -- Get32ProcAddress
Win32 code to import by ordinal from KERNEL32.DLL in Windows 95
Andrew Schulman
Senior editor, O'Reilly & Associates (Sebastopol CA)
andrew@ora.com
August 1995
See
www.eeworm.com/read/110266/15537857
h psapi.h
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1994 Microsoft Corporation
Module Name:
psapi.h
Abstract:
Include file for APIs provi