नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets the document context that describes the location of this event.
Syntax
Parameters
ppDocCxt
[out] Returns the IDebugDocumentContext2 interface that represents a position in a source file document corresponding to the current code location.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Generally, the document context can be thought of as a position in a source file.
To get the code context, which is oriented towards code instructions, call the GetCodeContext method.