代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/297079/8055179

h iphlpapi.h

#ifndef _IPHLPAPI_H #define _IPHLPAPI_H #if __GNUC__ >=3 #pragma GCC system_header #endif #include #include #include #ifdef __cplusplus extern "C" { #endif #if
www.eeworm.com/read/297079/8055230

h ddeml.h

#ifndef _DDEML_H #define _DDEML_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif #define EXPENTRY CALLBACK #define CP_WINANSI 1004 #define CP_WINUNICODE 120
www.eeworm.com/read/297002/8066304

h rcgranddogw32.h

#ifndef _RCGRANDDOGW32_H #define _RCGRANDDOGW32_H #include // constant definition #define RC_OPEN_FIRST_IN_LOCAL 1 #define RC_OPEN_NEXT_IN_LOCAL 2 #define RC_OPEN_IN_LAN
www.eeworm.com/read/332452/12757140

txt serialj.txt

SERIALJ.TXT File README file for Serial/FCA Communication Library (C) Copyright FANUC LTD, 1996-2007, All Rights Reserved. 偙偺僪僉儏儊儞僩
www.eeworm.com/read/331524/12824498

h myfile.h

// ######################################################################### // ************************************************************************* // Copyright (C) 2002-2004, Xi'an
www.eeworm.com/read/243843/12912745

h w2k_call.h

// w2k_call.h // 08-27-2000 Sven B. Schreiber // sbs@orgon.com #ifndef UNICODE #define UNICODE // ANSI not supported by this library #endif #ifndef _USER_MODE_ #define _USER_MODE_ //
www.eeworm.com/read/243843/12912906

h w2k_call.h

// w2k_call.h // 08-27-2000 Sven B. Schreiber // sbs@orgon.com #ifndef UNICODE #define UNICODE // ANSI not supported by this library #endif #ifndef _USER_MODE_ #define _USER_MODE_ //
www.eeworm.com/read/243843/12912921

h w2k_dbg.h

// w2k_dbg.h // 08-27-2000 Sven B. Schreiber // sbs@orgon.com #ifndef UNICODE #define UNICODE // ANSI not supported by this library #endif /////////////////////////////////////////////////
www.eeworm.com/read/243843/12913108

h w2k_dbg.h

// w2k_dbg.h // 08-27-2000 Sven B. Schreiber // sbs@orgon.com #ifndef UNICODE #define UNICODE // ANSI not supported by this library #endif /////////////////////////////////////////////////
www.eeworm.com/read/142657/12932387

cpp cppskel.cpp

/* * CppSkel.cpp * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 9, Listing 9-1 * * Show how to cast the parameters to _beginthreadex * so that they wi