Back to Adaptive Vision Library website

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

INI_GetAllValues


Header: STD.h
Namespace: avl
Module: FoundationLite

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>&