Back to Aurora Vision Library website
You are here: Start » Function Reference » System » INI » INI_GetAllSectionKeys
| Header: | STD.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Gets all key names within a section.
Syntax
void avl::INI_GetAllSectionKeys ( const atl::String& inINI, const atl::String& inSectionName, atl::Array<atl::String>& outKeys )


