Back to Aurora Vision Library Lite website
You are here: Start » System » INI » INI_GetStringValue
INI_GetStringValue
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Gets value from section & key.
Syntax
void avl::INI_GetStringValue ( const atl::String& inINI, const atl::String& inSection, const atl::String& inKey, const atl::String& inDefault, atl::String& outValue )


