代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/354066/10392513
h ole.h
/*****************************************************************************\
* *
* ole.h - Object Linking and Emb
www.eeworm.com/read/354066/10392684
h ver.h
/*****************************************************************************\
* *
* ver.h - Version management fun
www.eeworm.com/read/424776/10413920
cpp event.cpp
#include
#include
DWORD WINAPI Fun1Proc(
LPVOID lpParameter // thread data
);
DWORD WINAPI Fun2Proc(
LPVOID lpParameter // thread data
);
int tickets=100
www.eeworm.com/read/424424/10451362
h objectsafetyimpl.h
#ifndef OBJECTSAFETYIMPL_H
#define OBJECTSAFETYIMPL_H
#include
#include
class ObjectSafetyImpl : public QAxAggregated, public IObjectSafety
{
public:
long queryInterf
www.eeworm.com/read/353256/10458963
h display.h
// display.h
#ifndef _INC_DIBAPI
#define _INC_DIBAPI
DECLARE_HANDLE(HDIB);
#define PALVERSION 0x300
#define MAX_COLORS 256
#define RECTWIDTH(lpRect) ((lpRect)->right - (lpRe
www.eeworm.com/read/160435/10533294
h debug.h
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC
www.eeworm.com/read/278339/10543439
cpp gspmp4.cpp
#include
#include
#ifndef _WIN32_WCE
#include
#endif
#include "mapplugin.h"
#include "in_mp4.h"
MAP_DEC_PLUGIN plugin = {0};
CRITICAL_SECTION g_csec;
www.eeworm.com/read/277927/10593697
h k32call.h
#ifndef K32CALL_H
#define K32CALL_H
extern "C"
{
DWORD WINAPI GetK32ProcAddress(int ord);
}
#endif
www.eeworm.com/read/277589/10617787
h process.h
#pragma once
#ifndef _INC_PROCESSH
#define _INC_PROCESSH
struct TAB { // 线段表
int label,x1,x2,y,flag; // 标记、左右端点X坐标、
www.eeworm.com/read/277397/10641606
h mvapi.h
#ifndef __MVAPI__
#define __MVAPI__
#include "Common.h"
#ifdef __cplusplus
#define MVAPI extern "C" __declspec (dllexport)
#else
#define MVAPI __declspec (dllexport)
#endif
class CLabV