Creates a new debug document helper for this application.
HRESULT CreateDebugDocumentHelper( IUnknown* punkOuter, IDebugDocumentHelper** pddh );
- punkOuter
[in] If the returned object is to be aggregated, punkOuter is an interface pointer to the controlling IUnknown. Otherwise, it is a null pointer.
- pddh
[out] The debug document helper object for this application.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method creates a new debug document helper for this application.