Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.