IDebugRegisters2::GetIndexByName 方法 (dbgeng.h)
GetIndexByName 方法返回命名寄存器的索引。
语法
HRESULT GetIndexByName(
[in] PCSTR Name,
[out] PULONG Index
);
参数
[in] Name
指定请求其索引的寄存器的名称。
[out] Index
接收寄存器的索引。
返回值
此列表不包含可能发生的所有错误。 有关可能错误的列表,请参阅 HRESULT 值。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
找不到寄存器。 |
注解
有关 IDebugRegisters 接口和其他与寄存器相关的方法的概述,请参阅 Registers。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | dbgeng.h (包括 DbgEng.h) |