Share via


XboxLiveDeviceAddress.MaxSnapshotBytesSize Property

Definition

Gets a value that specifies the maximum number of Bytes required for the array of Bytes passed to XboxLiveDeviceAddress.GetSnapshotAsBytes.

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:
 static property unsigned int MaxSnapshotBytesSize { unsigned int get(); };
static uint32_t MaxSnapshotBytesSize();
public static uint MaxSnapshotBytesSize { get; }
var uInt32 = XboxLiveDeviceAddress.maxSnapshotBytesSize;
Public Shared ReadOnly Property MaxSnapshotBytesSize As UInteger

Property Value

UInt32

unsigned int

uint32_t

Use this value to determine the proper size for the buffer parameter you pass to XboxLiveDeviceAddress.GetSnapshotAsBytes.

Remarks

This property value is constant.

Applies to