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.

21 lines
805 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. // Copyright (c) 2002 Microsoft Corporation. All rights reserved.
  3. // Copyright (c) 2002 OSR Open Systems Resources, Inc.
  4. //
  5. // WppFmtStub.h : BinPlaceWppFmt stub to allow mixed linking
  6. //////////////////////////////////////////////////////////////////////////////
  7. #ifndef __WPPFMTSTUB_H__
  8. #define __WPPFMTSTUB_H__
  9. #pragma once
  10. // The main Formatting routine, normally used by Binplace and TracePDB
  11. // Takes a PDB and creates guid.tmf files from it, all in TraceFormatFilePath
  12. //
  13. DWORD BinplaceWppFmtStub(LPSTR PdbFileName,
  14. LPSTR TraceFormatFilePath,
  15. LPSTR szRSDSDllToLoad,
  16. BOOL TraceVerbose);
  17. #endif // __WPPFMTSTUB_H__