获取遵循给定的调试在方法的地址的调试地址。
HRESULT GetNextAddress(
IDebugAddress* pAddress,
BOOL fStatementOnly,
IDebugAddress** ppAddress
);
int GetNextAddress(
IDebugAddress pAddress,
bool fStatementOnly,
out IDebugAddress ppAddress
);
参数
pAddress
[in] 将调试地址。fStatementOnly
[in] 如果为 true,调试到单个语句解决的限制。ppAddress
[out] 返回下一个调试地址。
返回值
返回有效的 HRESULT,通常是 S_OK。