Share via


XboxLiveEndpointPairCreationStatus Enum

Definition

Defines constants that specify the status of an XboxLiveEndpointPair creation operation.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public enum class XboxLiveEndpointPairCreationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract, 65536)]
enum class XboxLiveEndpointPairCreationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract), 65536)]
public enum XboxLiveEndpointPairCreationStatus
var value = Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.succeeded
Public Enum XboxLiveEndpointPairCreationStatus
Inheritance
XboxLiveEndpointPairCreationStatus
Attributes

Windows requirements

Device family
Xbox One System Apps Extensions for the UWP (introduced in 10.0.0.1)
Xbox Live Extension SDK (introduced in 10.0.10240.0)
Xbox One Extensions for the UWP (introduced in 10.0.10240.0)
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Networking.XboxLive.XboxLiveSecureSocketsContract (introduced in v1.0)

Fields

Canceled 4

Creation failed because the user chose to cancel it.

LocalSystemNotAuthorized 3

Creation failed because the local system's authorization was deemed unacceptable by the remote system.

NoCompatibleNetworkPaths 2

Creation failed because there are no compatible network paths.

NoLocalNetworks 1

Creation failed because the local device is not connected to a network.

RefusedDueToConfiguration 7

Creation failed because the remote system has a different, incompatible configuration (mismatched template definitions), and has actively refused the connection.

RemoteSystemNotAuthorized 6

Creation failed because the remote system's authorization was deemed unacceptable by the local system or by your app.

Succeeded 0

Creating succeeded.

TimedOut 5

Creation failed because it did not complete within the timeout period.

UnexpectedInternalError 8

Creation failed due to an internal error.

Applies to