14 lines
354 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// The main Formatting routine, normally used by Binplace and TracePDB
// Takes a PDB and creates guid.tmf files from it, all in TraceFormatFilePath
//
DWORD
BinplaceWppFmt(
LPTSTR PdbFileName,
LPTSTR TraceFormatFilePath,
LPSTR szRSDSDllToLoad,
BOOL TraceVerbose
) ;