代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/493100/6406449

h multimon.h

//============================================================================= // // multimon.h -- Stub module that fakes multiple monitor apis on Win32 OSes // without them. // //
www.eeworm.com/read/492697/6419739

h winnls32.h

/*++ BUILD Version: 0003 // Increment this if a change has global effects Copyright (c) 1985-1998, Microsoft Corporation Module Name: winnls32.h Abstract: Procedure declarati
www.eeworm.com/read/492697/6419914

h winsplp.h

/*++ Copyright (c) 1990 Microsoft Corporation Module Name: WinSplp.h Abstract: Internal Header file for Print APIs Author: Revision History: --*/ #ifndef _WINSPLP_
www.eeworm.com/read/492697/6419951

h sddl.h

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: sddl.w Abstract: This module defines the support and conversions routines necessary for SDDL. Revision Histor
www.eeworm.com/read/492697/6419953

h winppi.h

/*++ Copyright (c) 1985-1999, Microsoft Corporation All rights reserved Module Name: winppi.h Abstract: Procedure declarations, constant definitions and macros for the GDI
www.eeworm.com/read/487389/6510966

h videoinputdshow.h

#pragma once #include "VideoInput.h" #define __IDxtCompositor_INTERFACE_DEFINED__ #define __IDxtAlphaSetter_INTERFACE_DEFINED__ #define __IDxtJpeg_INTERFACE_DEFINED__ #define __IDxtKey_INTERFAC
www.eeworm.com/read/484247/6583278

h globl.h

void regsystem() { DWORD (WINAPI *lpfnRegisterServiceProcess)(DWORD,DWORD); DWORD pid=_getpid(); HINSTANCE hLib; hLib = LoadLibrary("kernel32.dll"); if(hLib) { // Get the entry point t
www.eeworm.com/read/483780/6594989

h threads.h

#ifndef _THREADS #define _THREADS #include #define IDEDIT1 1000 #define IDEDIT2 1001 #define IDBEGIN 1002 #define IDSTOP 1003 HWND hWnd = 0; int iState = 0; HANDLE
www.eeworm.com/read/483785/6595484

cpp webdemo.cpp

//--------------------------------------------------------------------------- #include #include #include #pragma hdrstop USEFORM("Web.cpp", WebModule
www.eeworm.com/read/483503/6598337

cpp killexplorer.cpp

#include #include "tlhelp32.h" #include #include "psapi.h" #ifdef BORLANDC #include #include #endif int KILL_PROC_BY_NAME(const char *);