2020-09-30 16:53:55 +02:00

14 lines
354 B
C

// 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
) ;