Debugging Tools for Windows |
The SetTypeOptions method changes the type formatting options for output generated by the engine.
HRESULT
IDebugSymbols2::SetTypeOptions(
IN ULONG Options
);
This method may also return error values. See Return Values for more details.
SetTypeOptions is available in IDebugSymbols2 and later versions.
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.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.