代码搜索:WINAPI

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

代码结果 4,315
www.eeworm.com/read/135575/5886478

cpp se_db_std_cb6.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #pragma package(smart_init) //-------------------------------------------------------
www.eeworm.com/read/135575/5886508

cpp se_dsgn_cb6.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #pragma package(smart_init) //-------------------------------------------------------
www.eeworm.com/read/135575/5886511

cpp se_db_dsgn_cb6.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #pragma package(smart_init) //-------------------------------------------------------
www.eeworm.com/read/135489/5886685

h winsvc.h

#ifndef _WINSVC_H #define _WINSVC_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif #define SERVICES_ACTIVE_DATABASEA "ServicesActive" #define SERVICES_ACTIVE
www.eeworm.com/read/130135/5963835

h iplwind.h

/* // // INTeL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/130105/5965027

h trswind.h

/*M* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and ma
www.eeworm.com/read/130105/5965123

h iplwind.h

/* // // INTeL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/127553/6004272

h gp_input.h

//******************************************** // DirectInput 相关处理函数 //******************************************** #ifndef _GP_INPUT_ #define _GP_INPUT_ #include #ifndef DIRECTINPU
www.eeworm.com/read/126021/6019647

cpp a406_r61.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #pragma package(smart_init) //-------------------------------------------------------
www.eeworm.com/read/123764/6058025

cpp objectsafetyimpl.cpp

#include "objectsafetyimpl.h" long ObjectSafetyImpl::queryInterface(const QUuid &iid, void **iface) { *iface = 0; if (iid == IID_IObjectSafety) *iface = (IObjectSafety *)this; els