| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/shared/ |
Upload File : |
/************************************************************************ * * * apisetcconv.h -- Contains Win32 Calling Conventions for APISETs * * that were a part of the old legacy APIs * * Copyright (c) Microsoft Corp. All rights reserved. * * * ************************************************************************/ #ifndef _APISETCCONV_ #define _APISETCCONV_ #if !defined(WINADVAPI) #if !defined(_ADVAPI32_) #define WINADVAPI DECLSPEC_IMPORT #else #define WINADVAPI #endif #endif #if !defined(WINBASEAPI) #if !defined(_KERNEL32_) #define WINBASEAPI DECLSPEC_IMPORT #else #define WINBASEAPI #endif #endif #if !defined(ZAWPROXYAPI) #if !defined(_ZAWPROXY_) #define ZAWPROXYAPI DECLSPEC_IMPORT #else #define ZAWPROXYAPI #endif #endif #if !defined(WINUSERAPI) #if !defined(_USER32_) #define WINUSERAPI DECLSPEC_IMPORT #define WINABLEAPI DECLSPEC_IMPORT #else #define WINUSERAPI #define WINABLEAPI #endif #endif #if !defined(WINABLEAPI) #if !defined(_USER32_) #define WINABLEAPI DECLSPEC_IMPORT #else #define WINABLEAPI #endif #endif #if !defined(WINCFGMGR32API) #if !defined(_SETUPAPI_) #define WINCFGMGR32API DECLSPEC_IMPORT #else #define WINCFGMGR32API #endif #endif #if !defined(WINDEVQUERYAPI) #if !defined(_CFGMGR32_) #define WINDEVQUERYAPI DECLSPEC_IMPORT #else #define WINDEVQUERYAPI #endif #endif #if !defined(WINSWDEVICEAPI) #if !defined(_CFGMGR32_) #define WINSWDEVICEAPI DECLSPEC_IMPORT #else #define WINSWDEVICEAPI #endif #endif #if !defined(CMAPI) #if !defined(_CFGMGR32_) #define CMAPI DECLSPEC_IMPORT #else #define CMAPI #endif #endif #if !defined(WINPATHCCHAPI) #if !defined(STATIC_PATHCCH) #define WINPATHCCHAPI WINBASEAPI #else #define WINPATHCCHAPI #endif #endif #if !defined(WINSTORAGEAPI) #if !defined(_WINSTORAGEAPI_) #define WINSTORAGEAPI DECLSPEC_IMPORT #else #define WINSTORAGEAPI #endif #endif #endif // _APISETCCONV_