IMediaRenderer::GetPositionInformationAsync method

Queries the DMR asynchronously to retrieve position information.

Syntax


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

Parameters

value [out]

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 codeDescription
S_OK

The method succeeded.

 

See also

IMediaRenderer

 

 

Community Additions

ADD
Show: