Leaked source code of windows server 2003
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.

34 lines
987 B

  1. /*************************************************************************************
  2. * *
  3. * AppCompat.h -- Appcompat procedure declarations, constant definitions and macros *
  4. * *
  5. * Copyright (c) Microsoft Corporation. All rights reserved. *
  6. * *
  7. **************************************************************************************/
  8. #ifndef __APPCOMPAT_H_
  9. #define __APPCOMPAT_H_
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #ifndef SDBAPI
  14. #define SDBAPI STDAPICALLTYPE
  15. #endif
  16. BOOL
  17. SDBAPI
  18. ApphelpCheckShellObject(
  19. IN REFCLSID ObjectCLSID,
  20. IN BOOL bShimIfNecessary,
  21. OUT ULONGLONG* pullFlags
  22. );
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif // __APPCOMPAT_H_