Debugging Tools for Windows

GetNumberTextReplacements

The GetNumberTextReplacements method returns the number of currently defined user-named and automatic aliases.

HRESULT
  IDebugControl2::GetNumberTextReplacements(
    OUT PULONG  NumRepl
    );

Parameters

NumRepl
Receives the total number of user-named and automatic aliases.

Return Value

S_OK
The method was successful.

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

Interface Version

GetNumberTextReplacements 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, OutputTextReplacements, RemoveTextReplacements

Build machine: CAPEBUILD