Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified networking configuration setting's numeric value.
HRESULT XNetworkingQueryConfigurationSetting(
XNetworkingConfigurationSetting configurationSetting,
uint64_t* value
)
configurationSetting _In_
Type: XNetworkingConfigurationSetting
An enumerated value identifying the configuration setting to be retrieved.
value _Out_
Type: uint64_t*
A pointer indicating where to store the numeric value currently assigned to the configuration setting.
Type: HRESULT
S_OK if retrieving the parameter setting value was successful. E_NOTIMPL if retrieving the specified parameter setting isn't supported on the current platform. E_INVALIDARG if the specified setting isn't recognized by the Gaming Runtime.
Use XNetworkingSetConfigurationSetting to alter a configuration setting's value from its current value.
Header: XNetworking.h
Library: xgameruntime.lib
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles