Back to Adaptive Vision Library website

You are here: Start » Function Reference » INI » INI_GetAllSections

INI_GetAllSections


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

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
inINI const String& INI
outSections Array<String>&