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.

38 lines
735 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: catutil.h
  8. //
  9. // Contents: definitions for catalog file utility functions
  10. //
  11. // History: 01-may-2000 reidk created
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifndef __CATUTIL_H
  15. #define __CATUTIL_H
  16. #ifdef __cplusplus
  17. extern "C"
  18. {
  19. #endif
  20. BOOL
  21. CatUtil_CreateCTLContextFromFileName(
  22. LPCWSTR pwszFileName,
  23. HANDLE *phMappedFile,
  24. BYTE **ppbMappedFile,
  25. PCCTL_CONTEXT *ppCTLContext,
  26. BOOL fCreateSorted);
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif // __CATUTIL_H