windows-nt/Source/XPSP1/NT/sdktools/debuggers/imagehlp/wppfmt.h
2020-09-26 16:20:57 +08:00

14 lines
341 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
) ;