Share via


Windows Media Player 11 SDK WMPLibraryType 

Windows Media Player SDK banner art

Previous Next

WMPLibraryType

The WMPLibraryType enumeration type defines the possible library types to which Windows Media Player can connect.

Syntax

  typedef enum WMPLibraryType{
  wmpltUnknown          = 0,
  wmpltAll              = 1,
  wmpltLocal            = 2,
  wmpltRemote           = 3,
  wmpltDisc             = 4,
  wmpltPortableDevice   = 5
} WMPLibraryType;

Members

wmpltUnknown

Not a valid library type.

wmpltAll

All libraries.

wmpltLocal

Library on the user's computer.

wmpltRemote

Libraries on remote computers. The Player control must be running in remote mode to access these libraries. For information about running the Player control in remote mode, see Remoting the Windows Media Player Control.

wmpltDisc

Libraries on a data CD or DVD.

wmpltPortableDevice

Libraries on portable devices.

Remarks

Windows Media Player 10 Mobile: This enumeration is not supported.

Requirements

Version: Windows Media Player 11.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next