Back to Aurora Vision Library Lite website

You are here: Start » System » INI » INI_GetAllSections

INI_GetAllSections


Header: STD.h
Namespace: avl

Gets all section names in the INI.

Syntax

void avl::INI_GetAllSections
(
	const atl::String& inINI,
	atl::Array<atl::String>& outSections
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Output value outSections Array<String>&