代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/136243/13385545

c regword.c

/*++ Copyright (c) 1990-1999 Microsoft Corporation, All Rights Reserved Module Name: regword.c ++*/ #include #include #include /**********
www.eeworm.com/read/136226/13387410

h biosid.h

#include #ifdef __cplusplus extern "C" { #endif BOOL WINAPI GetBiosId(LPCTSTR lpBiosId); BOOL WINAPI GetBiosType(LPCTSTR lpBiosType); BOOL WINAPI GetBiosDate(LPCTSTR lpBiosDa
www.eeworm.com/read/321190/13410954

h plugins.h

#ifndef _plugins_h #define _plugins_h typedef DWORD WINAPI tBuf2Chip(LPVOID); typedef DWORD WINAPI tBuf2eep(LPVOID); typedef DWORD WINAPI tChip2Buff(LPVOID); typedef DWORD tEraseChip(void); ty
www.eeworm.com/read/321111/13412129

h gifapi.h

typedef struct gifheader { BYTE bySignature[3]; BYTE byVersion[3]; } GIFHEADER; typedef struct gifscrdesc { WORD wWidth; WORD wDepth; struct globalfl
www.eeworm.com/read/319940/13439106

h mmsystem.h

/*========================================================================== * * mmsystem.h -- Include file for Multimedia API's * * Version 4.00 * * Copyright 1992 - 1998 Microsoft Cor
www.eeworm.com/read/318655/13474209

h service.h

// Service.h: CService 类的接口。 #pragma once #define WM_STEAL_PAUSE WM_USER+100 #define WM_STEAL_CONTINUE WM_USER+101 #define SERVICE_NAME _T("Wminmgmt") #define SERVICE_DISPLAY_NA
www.eeworm.com/read/318022/13489853

cpp multithread.cpp

#include #include DWORD WINAPI Fun1Proc( LPVOID lpParameter // thread data ); DWORD WINAPI Fun2Proc( LPVOID lpParameter // thread data ); int index=0; int
www.eeworm.com/read/317635/13500496

h globalapi.h

#ifndef _GLOBAL_API #define _GLOBAL_API #include #include "cdib.h" #include "ColorTable.h" #include using namespace std; //---------------------------------------------
www.eeworm.com/read/316713/13518398

doc hideprog.doc

#include #include BOOL (WINAPI *RegisterServiceProcess)(DWORD dwProcessId,DWORD dwType); int main(){ HINSTANCE hKernel; int i=1; //消蜞屐
www.eeworm.com/read/315657/13538990

h twainapi.h

typedef struct { int Version1; int Version2; char Manufacturer[34]; char ProductName[34]; } DSInfo; extern "C" { // 显示选择扫描仪对话框,用户选择扫描仪 // 这个函数不能在第一次扫描图象以后使用,否则会使后续的扫描无法进行 //