IDebugApplication::CreateApplicationNode
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.