Share via


IMediaStatusSession::MediaStatusChange Method

Gets media status properties.

Note   This method has been deprecated.

Syntax

  HRESULT MediaStatusChange(
  MEDIASTATUSTAGARRAY  Tags,
  MEDIASTATUSPROPARRAY  Properties
);

Parameters

Tags

[in]  Array of MEDIASTATUSPROPERTYTAG values identifying properties that have changed.

Properties

[in]  Array of VARIANT values, one for each property identified in Tags.

Return Value

Return values are implemented by the component. If the method succeeds, it returns S_OK.

Requirements

Header: ehmediastatus.idl

Platform: Windows XP Media Center Edition 2004 through Windows Vista

See Also