IDebugControl3::GetNumberTextReplacements method (dbgeng.h)
The GetNumberTextReplacements method returns the number of currently defined user-named and automatic aliases.
Syntax
HRESULT GetNumberTextReplacements(
[out] PULONG NumRepl
);
Parameters
[out] NumRepl
Receives the total number of user-named and automatic aliases.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
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
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |