pub unsafe extern "C" fn ISteamNetworkingUtils_SetConfigValueStruct(
this: *mut ISteamNetworkingUtils,
opt: *const SteamNetworkingConfigValue_t,
eScopeType: ESteamNetworkingConfigScope,
scopeObj: isize
) -> bool
Expand description
Set a configuration value, using a struct to pass the value. (This is just a convenience shortcut; see below for the implementation and a little insight into how SteamNetworkingConfigValue_t is used when setting config options during listen socket and connection creation.)