KvGetSectionSymbol Function

Retrieves the current section id.

bool KvGetSectionSymbol(Handle kv, int& id)

Parameters

Handle kv

KeyValues Handle.

int& id

Id of the current section.

Return Value

True on success, false on failure.

Errors

Invalid Handle.