BridgeSettingGetUint
从设置中读取一个整数。
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 要读取的节名称。
key 要读取的节中的键。
value 目标值。
返回值
如果成功,此函数返回 true;否则返回 false。
示例
示例代码。
相关函数
相关函数列表