代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/205824/5019555
c generated.c
/* File generated automatically from tools/winapi/test.dat; do not edit! */
/* This file can be copied, modified and distributed without restriction. */
/*
* Unit tests for data structure packin
www.eeworm.com/read/205824/5019583
c generated.c
/* File generated automatically from tools/winapi/test.dat; do not edit! */
/* This file can be copied, modified and distributed without restriction. */
/*
* Unit tests for data structure packin
www.eeworm.com/read/205824/5019703
c generated.c
/* File generated automatically from tools/winapi/test.dat; do not edit! */
/* This file can be copied, modified and distributed without restriction. */
/*
* Unit tests for data structure packin
www.eeworm.com/read/205824/5020409
c sspi.c
#include
#define NDEBUG
#include
SECURITY_STATUS
WINAPI
EnumerateSecurityPackagesW (
PULONG pulong,
PSecPkgInfoW* psecpkginfow
)
{
DPRINT1("%s() not implement
www.eeworm.com/read/205824/5023407
c ddraw_thunk.c
#include "../rosdraw.h"
HRESULT WINAPI
ThunkDirectDraw_QueryInterface(LPDIRECTDRAW iface, REFIID iid, LPVOID *ppObj)
{
DX_WINDBG_trace();
return Main_DirectDraw_QueryInterface ((
www.eeworm.com/read/192559/5154278
cpp ddhpalette.cpp
#include "precomp.h"
EXTERN_C DWORD WINAPI DDGPECreatePalette( LPDDHAL_CREATEPALETTEDATA pd )
{
/*
typedef struct _DDHAL_CREATEPALETTEDATA
{
LPDDRAWI_DIRECTDRAW_GBL lpDD;
www.eeworm.com/read/187135/5225886
c dllmain.c
#include
#include "debug.h"
//***Global variable definitions
CRITICAL_SECTION gCriticalSection; // Initialized in DllMain().
char szDebugBuffer[512];
BOOL WINAPI DllMain(HINSTAN
www.eeworm.com/read/178287/5317148
cpp devicehelper.cpp
// DeviceHelper.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "gx.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR
www.eeworm.com/read/434177/1874312
cpp dllmain.cpp
#include
HINSTANCE hDllInstance = 0;
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
{
if (dwReason == DLL_PROCESS_ATTACH)
{
// Save the instance hand
www.eeworm.com/read/427042/1981363
c pa_win_ds_dynlink.c
#include "pa_win_ds_dynlink.h"
PaWinDsDSoundEntryPoints paWinDsDSoundEntryPoints = { 0, 0, 0, 0, 0, 0, 0 };
static HRESULT WINAPI DummyDirectSoundCreate(LPGUID lpcGuidDevice, LPDIRECTSOUND *ppDS,