KvGoBack Function

Jumps back to the previous position. Returns false if there are no previous positions (i.e., at the root node). This should be called once for each successful Jump call, in order to return to the top node. This function pops one node off the internal traversal stack.

bool KvGoBack(Handle kv)

Parameters

Handle kv

KeyValues Handle.

Return Value

True on success, false if there is no higher node.

Errors

Invalid Handle.