IDebugControl3::OutputTextReplacements method (dbgeng.h)
The OutputTextReplacements method prints all the currently defined user-named aliases to the debugger's output stream.
Syntax
HRESULT OutputTextReplacements(
[in] ULONG OutputControl,
[in] ULONG Flags
);
Parameters
[in] OutputControl
Specifies the output control to use when printing the aliases. For possible values, see DEBUG_OUTCTL_XXX.
[in] Flags
Must be set to DEBUG_OUT_TEXT_REPL_DEFAULT.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For an overview of aliases used by the debugger engine, see Using Aliases. For more information about using aliases with the debugger engine API, see Interacting with the Engine.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |