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
884 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: layout.hxx
  7. //
  8. // Contents: Common header file for layout tool
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 12-Feb-96 PhilipLa Created
  15. // 20-Feb-96 SusiA Added StgOpenLayoutDocfile
  16. // 20-Jun-96 SusiA Add Cruntime functions
  17. //
  18. //----------------------------------------------------------------------------
  19. #ifndef __LAYOUT_HXX__
  20. #define __LAYOUT_HXX__
  21. #ifdef SWEEPER
  22. HRESULT StgOpenLayoutDocfile(OLECHAR const *pwcsDfName,
  23. DWORD grfMode,
  24. DWORD reserved,
  25. IStorage **ppstgOpen);
  26. #endif
  27. #include <strsafe.h>
  28. #endif // #ifndef __LAYOUT_HXX__