KvSavePosition Function

Saves the current position in the traversal stack onto the traversal stack. This can be useful if you wish to use KvGotoNextKey() and have the previous key saved for backwards traversal.

bool KvSavePosition(Handle kv)

Parameters

Handle kv

KeyValues Handle.

Return Value

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

Errors

Invalid Handle.