IDSRefConsumer.GetFirstChildNode(IntPtr) Method

Definition

Retrieves the identifier of the first child node in the parent's vector of children for a specified parent node.

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

Parameters

drnidCurr
IntPtr

nativeint

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

Returns

IntPtr

nativeint

NOERROR if successful; otherwise, an unspecified failure code.

Applies to