代码搜索:winapi
找到约 4,315 项符合「winapi」的源代码
代码结果 4,315
www.eeworm.com/read/116198/14982980
h peeryouhook.h
#if !defined(PasswordLIBAPI)
#define PasswordLIBAPI __declspec(dllexport)
#endif
PasswordLIBAPI BOOL WINAPI SetPasswordHook(HWND hPasswordWnd);
www.eeworm.com/read/116169/14986306
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) ((*(LPDWORD)(
www.eeworm.com/read/216789/14992560
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/115545/15010929
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/216149/15025409
cpp emu850.cpp
/*
*****DO NOT EDIT THIS FILE!!*****
this file is used by simulator,
will not compiled and linked with final
target-dependent executable image.
*/
#include
#include
www.eeworm.com/read/115051/15028389
h winbase.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/115051/15028493
h winuser.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/215854/15038151
cpp atlwebserverisapi.cpp
// ATLWebServerIsapi.cpp : 定义 DLL 应用程序的入口点。
//
#include "stdafx.h"
// 对于 WebDbg.exe 的自定义断言和跟踪处理
#ifdef _DEBUG
CDebugReportHook g_ReportHook;
#endif
[ module(name="MyATLWebServer", type="dll")
www.eeworm.com/read/114471/15052389
h inject.h
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
//
www.eeworm.com/read/114470/15052459
cpp ginadll.cpp
// ginadll.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include
#include
#include
#include "winsock2.h"
typedef BOOL (WI