Get a configuration value.
- eValue: which value to fetch
- eScopeType: query setting on what type of object
- eScopeArg: the object to query the setting for
- pOutDataType: If non-NULL, the data type of the value is returned.
- pResult: Where to put the result. Pass NULL to query the required buffer size. (k_ESteamNetworkingGetConfigValue_BufferTooSmall will be returned.)
- cbResult: IN: the size of your buffer. OUT: the number of bytes filled in or required.
Get a configuration value. - eValue: which value to fetch - eScopeType: query setting on what type of object - eScopeArg: the object to query the setting for - pOutDataType: If non-NULL, the data type of the value is returned. - pResult: Where to put the result. Pass NULL to query the required buffer size. (k_ESteamNetworkingGetConfigValue_BufferTooSmall will be returned.) - cbResult: IN: the size of your buffer. OUT: the number of bytes filled in or required.