windows-nt/Source/XPSP1/NT/com/ole32/ih/apcompat.hxx

19 lines
405 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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