Debugging Tools for Windows

OutputTextReplacements

The OutputTextReplacements method prints all the currently defined user-named aliases to the debugger's output stream.

HRESULT
  IDebugControl2::OutputTextReplacements(
    IN ULONG  OutputControl,
    IN ULONG  Flags
    );

Parameters

OutputControl
Specifies the output control to use when printing the aliases. For possible values, see DEBUG_OUTCTL_XXX.
Flags
Must be set to DEBUG_OUT_TEXT_REPL_DEFAULT.

Return Value

S_OK
The method was successful.

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

Interface Version

OutputTextReplacements is available in IDebugControl2 and later versions.

Comments

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

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

See Also

GetTextReplacement, SetTextReplacement, RemoveTextReplacements, GetNumberTextReplacements, al (List Aliases)

Build machine: CAPEBUILD