नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets the object pointed to.
Syntax
Parameters
dwIndex
[in] A simple byte offset from the beginning of the object pointed to.
ppObject
[out] Returns an IDebugObject object representing the object pointed to, plus offset, if any.
Return Value
If successful, returns S_OK; otherwise, returns an error code. Returns E_FAIL if this object does not point to another object.
Remarks
The object pointed to can be a primitive or a more complex type such as a class or structure.