Debugging Tools for Windows |
The GetDumpFormatFlags method returns the flags that describe what information is available in a dump file target.
HRESULT
IDebugControl2::GetDumpFormatFlags(
OUT PULONG FormatFlags
);
This method may also return error values. See Return Values for more details.
GetDumpFormatflags is available in IDebugControl2 and later versions.
This method is only available when debugging crash dump files. If the crash dump file is in a default format or does not have variable formats, zero will be returned to FormatFlags.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.