KvRewind Function

Sets the position back to the top node, emptying the entire node traversal history. This can be used instead of looping KvGoBack() if recursive iteration is not important.

void KvRewind(Handle kv)

Parameters

Handle kv

KeyValues Handle.

Errors

Invalid Handle.