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
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inSection const String& Section name
Input value inKey const String& Key name
Output value outValues Array<String>&