Back to Aurora Vision Library website

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

INI_GetBoolValue


Header: STD.h
Namespace: avl
Module: FoundationLite

Gets value from section & key.

Syntax

void avl::INI_GetBoolValue
(
	const atl::String& inINI,
	const atl::String& inSection,
	const atl::String& inKey,
	const bool inDefault,
	bool& outValue
)

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
Input value inDefault const bool Value to return if the key is not found
Output value outValue bool&