WindowsXP/com/ole32/ih/apcompat.hxx
2025-04-27 07:49:33 -04:00

19 lines
423 B
C++

#ifndef __IH_APCOMPAT__H__
#define __IH_APCOMPAT__H__
#include <apcompat.h>
STDAPI_(PAPP_COMPAT_INFO) GetAppCompatInfo();
STDAPI_(BOOL) UseFTMFromCurrentApartment();
STDAPI_(BOOL) DisallowDynamicORBindingChanges();
STDAPI_(BOOL) ValidateInPointers();
STDAPI_(BOOL) ValidateOutPointers();
STDAPI_(BOOL) ValidateCodePointers();
STDAPI_(BOOL) ValidateInterfaces();
STDAPI_(BOOL) ValidateIIDs();
#endif