Windows-Server-2003/com/ole32/ih/apcompat.hxx

19 lines
405 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