代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/109242/6175665
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 packing
*
www.eeworm.com/read/358610/6282291
h mywave(5).h
typedef void (WINAPI * DataCome)(LPSTR Data,DWORD Len)
extern "C" HWAVEOUT __declspec(dllexport) PlayStart(); //out function
extern "C" void __declspec(dllexport) RecStart(DataCome DataComePro) ;
www.eeworm.com/read/489456/6471542
cpp dll.cpp
#include
#include
BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved )
{
switch ( fdwReason )
{
case DLL_PROCESS_ATTACH:
{
www.eeworm.com/read/252694/12267522
h shformatdrive.h
#if !defined(SHFMT_OPT_FULL)
#if defined (__cplusplus)
extern "C" {
#endif
DWORD WINAPI SHFormatDrive(HWND hwnd,
UINT drive,
UINT fmtID,
UINT options);
//
// Special value o
www.eeworm.com/read/337310/12376964
cpp touchcalib.cpp
// TouchCalib.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "Pwinuser.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR
www.eeworm.com/read/132330/14099410
cpp sample.cpp
#include "sample.h"
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR pCmdLine, int nCmdShow)
{
HWND hWnd;
MSG msg;
// NOTE: Over here, the hPrevInstance is al
www.eeworm.com/read/119334/14833094
h mdump.h
#pragma once
struct _EXCEPTION_POINTERS;
class MiniDumper
{
private:
static LPCTSTR m_szAppName;
static LONG WINAPI TopLevelFilter( struct _EXCEPTION_POINTERS *pExceptionInfo );
publi
www.eeworm.com/read/482302/1289054
cpp lv20x0load.cpp
#include "windows.h"
int bLibraryLoaded = -1; // indicates that the library was not yet tried
HINSTANCE hDll = NULL;
#define TDYNLOAD(type,name) typedef type (WINAPI *name)
TDYNLOAD(DW
www.eeworm.com/read/242732/4542532
c sspi.c
#include
#define NDEBUG
#include
SECURITY_STATUS
WINAPI
EnumerateSecurityPackagesW (
PULONG pulong,
PSecPkgInfoW* psecpkginfow
)
{
DPRINT1("%s() not implement
www.eeworm.com/read/242732/4545711
c ddraw_thunk.c
#include "../rosdraw.h"
HRESULT WINAPI
ThunkDirectDraw_QueryInterface(LPDIRECTDRAW iface, REFIID iid, LPVOID *ppObj)
{
DX_WINDBG_trace();
return Main_DirectDraw_QueryInterface ((