Share via


MEDIASTATUSPROPERTY Structure

Contains a media status property that has changed.

Note   This structure has been deprecated.

Syntax

  typedef struct MEDIASTATUSPROPERTY{
  MEDIASTATUSPROPERTYTAG  PropTag;
  PROPVARIANT  Prop;
};

Members

PropTag

Identifier of the property. It must be one of the values from the MEDIASTATUSPROPERTYTAG enumeration type.

Prop

Value of the property. The contents of this member vary depending on the value of the PropTag member. For more information, see the table in the Members section of the MEDIASTATUSPROPERTYTAG enumeration type.

Requirements

Header: ehmediastatus.idl

Platform: Windows XP Media Center Edition 2004 through Windows Vista

See Also