Back to Aurora Vision Library Lite website
You are here: Start » System » INI » INI_GetAllValues
INI_GetAllValues
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Gets all values within a section & key.
Syntax
void avl::INI_GetAllValues ( const atl::String& inINI, const atl::String& inSection, const atl::String& inKey, atl::Array<atl::String>& outValues )


