Back to Adaptive Vision Library website
You are here: Start » Function Reference » INI » INI_GetAllSectionKeys
INI_GetAllSectionKeys
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Get all key names within a section.
Syntax
void avl::INI_GetAllSectionKeys ( const atl::String& inINI, const atl::String& inSectionName, atl::Array<atl::String>& outKeys )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | const String& | INI | |
![]() |
inSectionName | const String& | Section name | |
![]() |
outKeys | Array<String>& |


