windows-nt/Source/XPSP1/NT/sdktools/debuggers/imagehlp/wppfmt.h

14 lines
341 B
C
Raw Normal View History

2020-09-26 03:20:57 -05: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
) ;