XboxLiveDeviceAddress.MaxSnapshotBytesSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Use this value to determine the proper size for the buffer parameter you pass to XboxLiveDeviceAddress.GetSnapshotAsBytes.
Remarks
This property value is constant.