代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/230695/4719816

h testplugininterface.h

#ifndef CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H #define CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H #include #include #if !defined(WINAPI) #define WI
www.eeworm.com/read/229554/4754432

cpp waveout.cpp

#include "stdafx.h" #include "WaveOut.h" #pragma comment(lib,"Winmm") DWORD CWaveOut::s_dwInstance = 0; DWORD WINAPI CWaveOut::AudioOutThreadProc(LPVOID lpParameter) { TRACE("AudioOutThread
www.eeworm.com/read/206632/5005199

c rmem.c

/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */ #include HLOCAL WINAPI RemoteLocalAlloc(UINT uFlags, UINT uBytes) { CALLBACKINFO CallbackInfo; HAND
www.eeworm.com/read/197479/5094878

cpp isapi.cpp

/** ISAPI extension entry points. * @file isapi.cpp */ #include "ISAPI_Server.h" /** called for every request to this dll */ DWORD WINAPI HttpExtensionProc(EXTENSION_CONTROL_BLOCK *pECB) {
www.eeworm.com/read/192559/5154279

cpp ddhdd.cpp

#include "precomp.h" EXTERN_C DWORD WINAPI DDGPESetMode( LPDDHAL_SETMODEDATA pd ) { /* typedef struct _DDHAL_SETMODEDATA { LPDDRAWI_DIRECTDRAW_GBL lpDD; // driver struc
www.eeworm.com/read/339586/3297051

h testplugininterface.h

#ifndef CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H #define CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H #include #include #if !defined(WINAPI) #define WI
www.eeworm.com/read/338920/3311628

h templatetrans.h

// TemplateTrans.h #ifndef _INC_TemplateTransAPI #define _INC_TemplateTransAPI // 函数原型 BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, int iTempH, int iTempW,
www.eeworm.com/read/330176/3427042

c rmem.c

/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */ #include HLOCAL WINAPI RemoteLocalAlloc(UINT uFlags, UINT uBytes) { CALLBACKINFO CallbackInfo; HAND
www.eeworm.com/read/317808/3578128

cpp ex_hellomsg.cpp

#include int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { MessageBox (NULL, "你好,我的Visual C++世界!", "问候", 0) ;
www.eeworm.com/read/306677/3735292

cpp isapi.cpp

/** ISAPI extension entry points. * @file isapi.cpp */ #include "ISAPI_Server.h" /** called for every request to this dll */ DWORD WINAPI HttpExtensionProc(EXTENSION_CONTROL_BLOCK *pECB) {