Debugging Tools for Windows |
The GetNumberTextReplacements method returns the number of currently defined user-named and automatic aliases.
HRESULT
IDebugControl2::GetNumberTextReplacements(
OUT PULONG NumRepl
);
This method may also return error values. See Return Values for more details.
GetNumberTextReplacements 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, OutputTextReplacements, RemoveTextReplacements