Debugging Tools for Windows |
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
);
This method may also return error values. See Return Values for more details.
OutputTextReplacements is available in IDebugControl2 and later versions.
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.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
GetTextReplacement, SetTextReplacement, RemoveTextReplacements, GetNumberTextReplacements, al (List Aliases)