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