Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
Creates a new debug document helper for this application.
Syntax
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
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. |
Remarks
This method creates a new debug document helper for this application.