Function steamworks_sys::SteamAPI_ISteamNetworkingUtils_GetConfigValueInfo[][src]

pub unsafe extern "C" fn SteamAPI_ISteamNetworkingUtils_GetConfigValueInfo(
    self_: *mut ISteamNetworkingUtils,
    eValue: ESteamNetworkingConfigValue,
    pOutName: *mut *const c_char,
    pOutDataType: *mut ESteamNetworkingConfigDataType,
    pOutScope: *mut ESteamNetworkingConfigScope,
    pOutNextValue: *mut ESteamNetworkingConfigValue
) -> bool