KvCopySubkeys Function

Makes a new copy of all subkeys in the origin KeyValues to the destination KeyValues. NOTE: All KeyValues are processed from the current location not the root one.

void KvCopySubkeys(Handle origin, Handle dest)

Parameters

Handle origin

Origin KeyValues Handle.

Handle dest

Destination KeyValues Handle.

Errors

Invalid Handle.