Debugging Tools for Windows

GetDumpFormatFlags

The GetDumpFormatFlags method returns the flags that describe what information is available in a dump file target.

HRESULT
  IDebugControl2::GetDumpFormatFlags(
    OUT PULONG  FormatFlags
    );

Parameters

FormatFlags
Receives the flags that describe the information included in a dump file. Different dump files support different sets of format information. For example, see DEBUG_FORMAT_XXX for a description of the flags used for user-mode Minidump files.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetDumpFormatflags is available in IDebugControl2 and later versions.

Comments

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.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

WriteDumpFile2, WriteDumpFileWide

Build machine: CAPEBUILD