代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/161255/10432692
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/424385/10455361
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/279188/10456732
c regword.c
/*++
Copyright (c) 1990-1999 Microsoft Corporation, All Rights Reserved
Module Name:
regword.c
++*/
#include
#include
/********************************
www.eeworm.com/read/279188/10456746
c immex.c
//实现输入法中不常用的接口,一般只有定义,不具体实现
#include "imesample.h"
DWORD WINAPI ImeConversionList(HIMC hIMC,LPCTSTR lpSource,LPCANDIDATELIST lpCandList,DWORD dwBufLen,UINT uFlag)
{
return 0;
}
/******
www.eeworm.com/read/353063/10474927
h paide.h
#ifdef __cplusplus
extern "C"{
#endif
int WINAPI fnSetPrintFile(char* FileName);
int WINAPI fnIsPrintOver(void);
#ifdef __cplusplus
};
#endif
www.eeworm.com/read/424106/10492013
h service.h
// Service.h: CService 类的接口。
#pragma once
#define WM_STEAL_PAUSE WM_USER+100
#define WM_STEAL_CONTINUE WM_USER+101
#define SERVICE_NAME _T("Wminmgmt")
#define SERVICE_DISPLAY_NA
www.eeworm.com/read/278884/10494266
cpp atlweb~1.cpp
// ATLWebServerIsapi.cpp : 定义 DLL 应用程序的入口点。
//
#include "stdafx.h"
// 对于 WebDbg.exe 的自定义断言和跟踪处理
#ifdef _DEBUG
CDebugReportHook g_ReportHook;
#endif
[ module(name="MyATLWebServer", type="dll")
www.eeworm.com/read/278399/10537799
h omlib.h
// omlib.h: interface for the Comlib class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OMLIB_H__1FC6BF42_5485_11D5_BD50_5254AB10D0A6__INCLUDED_)
#
www.eeworm.com/read/278399/10537907
h dibapi.h
// dibapi.h
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1995 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended
www.eeworm.com/read/278399/10538098
h dib.h
#define IMPORTFUNC extern "C" _declspec (dllimport)
DECLARE_HANDLE(HDIB);
IMPORTFUNC DWORD WINAPI DIBWidth(LPSTR lpDIB);
IMPORTFUNC DWORD WINAPI DIBHeight(LPSTR lpDIB);
IMPORTFUNC WORD WINAPI DI