Source code of Windows XP (NT5)
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

  1. #ifndef __IH_APCOMPAT__H__
  2. #define __IH_APCOMPAT__H__
  3. #include <apcompat.h>
  4. STDAPI_(PAPP_COMPAT_INFO) GetAppCompatInfo();
  5. STDAPI_(BOOL) UseFTMFromCurrentApartment();
  6. STDAPI_(BOOL) DisallowDynamicORBindingChanges();
  7. STDAPI_(BOOL) ValidateInPointers();
  8. STDAPI_(BOOL) ValidateOutPointers();
  9. STDAPI_(BOOL) ValidateCodePointers();
  10. STDAPI_(BOOL) ValidateInterfaces();
  11. STDAPI_(BOOL) ValidateIIDs();
  12. #endif