IDebugControl3::GetDumpFormatFlags method (dbgeng.h)

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

Syntax

HRESULT GetDumpFormatFlags(
  [out] PULONG FormatFlags
);

Parameters

[out] 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

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

Return code Description
S_OK
The method was successful.

Remarks

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

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

IDebugControl2

IDebugControl3

WriteDumpFile2

WriteDumpFileWide