IMediaRendererFactory::CreateMediaRendererAsync method

Asynchronously creates a new instance of an object that implements the IMediaRenderer interface using the specified Unique Device Name (UDN).

Syntax


HRESULT CreateMediaRendererAsync(
  [in]          HSTRING                      deviceIdentifier,
  [out, retval] CreateMediaRendererOperation **value
);

Parameters

deviceIdentifier [in]

An HSTRING containing a UDN that identifies the DLNA DMR device for which an instance of IMediaRenderer will be created.

value [out, retval]

Receives a reference to a CreateMediaRendererOperation object that is used to get results from the asynchronous operation.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codeDescription
S_OK

The method succeeded.

 

See also

IMediaRendererFactory

 

 

Community Additions

ADD
Show: