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

[in] DSREFNODEID of the parent node for which the first child node is to be created.

Returns

IntPtr

nativeint

Returns NOERROR if successful. Otherwise, it returns an unspecified failure code.

Applies to