Returns the specified name of the document.
Syntax
HRESULT GetDocument(
IDebugDocument **ppssd
);
Parameters
- ppssd
- [out] Address of a pointer to an IDebugDocument interface.
Return Value
Returns S_OK if successful, or an error code otherwise.