PlayReadyDomainIterable(Guid) Constructor
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.
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.