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 application node that is associated with a specific document provider.
Syntax
HRESULT CreateApplicationNode(
IDebugApplicationNode** ppdanNew
);
Parameters
ppdanNew
[out] The application node associated with this document provider.
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
The new application node is not visible until it is attached to a parent node.