नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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.