mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
405 B
18 lines
405 B
#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
|