IDebugSymbolProvider::GetNextAddress
取得偵錯位址後面指定偵錯中的地址的方法。
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。