Creates a new debug document helper for this application.
HRESULT CreateDebugDocumentHelper( IUnknown* punkOuter, IDebugDocumentHelper** pddh ); |
Parameters
- 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.
Return Value
Remarks
See Also