KvNodesInStack Function

Returns the position in the jump stack; I.e. the number of calls required for KvGoBack to return to the root node. If at the root node, 0 is returned.

int KvNodesInStack(Handle kv)

Parameters

Handle kv

KeyValues Handle.

Return Value

Number of non-root nodes in the jump stack.

Errors

Invalid Handle.