Debugging Tools for Windows

RemoveTextReplacements

The RemoveTextReplacements methods removes all user-named aliases.

HRESULT
  IDebugControl2::RemoveTextReplacements(
    );

Parameters

None

Return Value

S_OK
The method was successful.

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

Interface Version

RemoveTextReplacements 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

SetTextReplacement, GetNumberTextReplacements, OutputTextReplacements, ad (Delete Alias)

Build machine: CAPEBUILD