Share via


IDSRefProvider.CreateFirstChildNode(IntPtr) Method

Definition

Adds an initial child node to a parent node.

public:
 IntPtr CreateFirstChildNode(IntPtr drnidCurr);
public IntPtr CreateFirstChildNode (IntPtr drnidCurr);
abstract member CreateFirstChildNode : nativeint -> nativeint
Public Function CreateFirstChildNode (drnidCurr As IntPtr) As IntPtr

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the parent node for which the first child node is to be created.

Returns

IntPtr

nativeint

NOERROR if successful; otherwise, an unspecified failure code.

Applies to