Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Gets the debug address that follows a given debug address in a method.
Syntax
int GetNextAddress(
IDebugAddress pAddress,
bool fStatementOnly,
out IDebugAddress ppAddress
);
Parameters
pAddress
[in] Given debug address.
fStatementOnly
[in] If TRUE, limits the debug addresses to a single statement.
ppAddress
[out] Returns the next debug address.
Return Value
Returns a valid HRESULT, typically S_OK.