Back to Aurora Vision Library website

You are here: Start » Function Reference » System » INI » INI_GetAllSectionKeys

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
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inSectionName const String& Section name
Output value outKeys Array<String>&