IMediaRenderer::GetPositionInformationAsync method (windows.media.streaming.h)

Queries the DMR asynchronously to retrieve position information.

Syntax

HRESULT GetPositionInformationAsync(
  [out] __FIAsyncOperation_1_Windows__CMedia__CStreaming__CPositionInformation **value
);

Parameters

[out] value

Receives a reference to a GetPositionInformationOperation 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 code Description
S_OK
The method succeeded.

Requirements

   
Target Platform Windows
Header windows.media.streaming.h

See also

IMediaRenderer