BridgeSettingGetUint
Reads an integer from the settings.
bool BridgeSettingGetUint( const char* section, // ini section name to write to const char* key, // ini key in the section to write duint* value // an integer variable to hold the value read );
参数
section
Section name to read.
key
Key in the section to read.
value
Destination value.
返回值
This function returns true if successful or false otherwise.
示例
Example code.