Share via


IDSRefProvider.CreateNextSiblingNode(IntPtr) Method

Definition

Adds another sibling node to a child node.

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

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the child node to which the sibling node is to be added.

Returns

IntPtr

nativeint

NOERROR if successful; otherwise, an unspecified failure code.

Applies to