Debugging Tools for Windows

RemoveTypeOptions

The RemoveTypeOptions method turns off some type formatting options for output generated by the engine.

HRESULT
  IDebugSymbols2::RemoveTypeOptions(
    IN ULONG  Options
    );

Parameters

Options
Specifies the type formatting options to turn off. Options is a bit-set; the new value of the options will equal the old value AND NOT the value of Options. For a description of the bit flags, see DEBUG_TYPEOPTS_XXX.

Return Value

S_OK
The method was successful.

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

Interface Version

RemoveTypeOptions is available in IDebugSymbols2 and later versions.

Comments

After the type options have been changed, for each client the engine sends out notification to that client's IDebugEventCallbacks by passing the DEBUG_CES_TYPE_OPTIONS flag to the IDebugEventCallbacks::ChangeSymbolState method.

For more information about types, see Types.

Requirements

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

See Also

AddTypeOptions, GetTypeOptions, SetTypeOptions

Build machine: CAPEBUILD