代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/14507/382750
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/14529/383042
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/15711/536057
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/15823/551861
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/15971/640422
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/481348/1297404
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/480510/1317237
cpp ex12_01.cpp
// Ex12_01.cpp Native windows program to display text in a window
#include
LRESULT WINAPI WindowProc(HWND hWnd, UINT message,
WPARAM wParam, LPARAM lParam)
www.eeworm.com/read/249987/4443802
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/249553/4447755
cpp ex11_01.cpp
// Ex11_01.cpp Native windows program to display text in a window
#include
LRESULT WINAPI WindowProc(HWND hWnd, UINT message,
WPARAM wParam, LPARAM lParam)
www.eeworm.com/read/242733/4536570
c rmem.c
/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */
#include
HLOCAL WINAPI RemoteLocalAlloc(UINT uFlags, UINT uBytes) {
CALLBACKINFO CallbackInfo;
HAND