Share via


PlayReadyDomainIterable(Guid) Constructor

Definition

Initializes a new instance of the PlayReadyDomainIterable class using the domain account identifier.

public:
 PlayReadyDomainIterable(Platform::Guid domainAccountId);
 PlayReadyDomainIterable(winrt::guid const& domainAccountId);
public PlayReadyDomainIterable(Guid domainAccountId);
function PlayReadyDomainIterable(domainAccountId)
Public Sub New (domainAccountId As Guid)

Parameters

domainAccountId
Guid

Platform::Guid

winrt::guid

The domain account identifier.

Remarks

The domainAccountId parameter is optional; if the value specified is GUID_NULL, all domains to which this client is joined will be enumerated.

The domainAccountId parameter is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.

Applies to