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.

void KvSavePosition(Handle kv)

Parameters

Handle kv

KeyValues Handle.

Errors

Invalid Handle.