Windows Media Player 11 SDK WMPTaskType 

Windows Media Player SDK banner art

Previous Next

WMPTaskType

Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.

The WMPTaskType enumeration represents Windows Media Player task panes.

Syntax

  typedef enum WMPTaskType{
  wmpttBrowse  = 1,
  wmpttSync  = 2,
  wmpttBurn  = 3,
  wmpttCurrent  = 4
};

Members

wmpttBrowse

The Browse task pane.

wmpttSync

The Sync task pane.

wmpttBurn

The Burn task pane.

wmpttCurrent

Other task pane.

Requirements

Version: Windows Media Player 11

Header: contentpartner.h

See Also

Previous Next