Sets the document provided by the IDebugDocumentProvider interface.
Syntax
HRESULT SetDocumentProvider(
IDebugDocumentProvider *pddp
);
Parameters
- pddp
- [in] Address of an IDebugDocumentProvider interface.
Return Value
Returns S_OK if successful, or an error code otherwise.