Share via


WMDM_STORAGE_ENUM_MODE (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

The WMDM_STORAGE_ENUM_MODE enumeration type defines how the content on the storage is to be enumerated. This enumeration is used by IWMDMStorage3::SetEnumPreference.

Syntax

typedef enum tagWMDM_STORAGE_ENUM_MODE {
  ENUM_MODE_RAW,
  ENUM_MODE_USE_DEVICE_PREF,
  ENUM_MODE_METADATA_VIEWS 
} WMDM_STORAGE_ENUM_MODE;

Members

ENUM_MODE_RAW

Enumerates content on the storage just as it is organized in the file system of the storage.

ENUM_MODE_USE_DEVICE_PREF

Enumerates content on the storage based on the device preference as indicated by the UseMetadataViews device parameter.

ENUM_MODE_METADATA_VIEWS

Enumerates content on the storage by organizing the content based on a metadata view.

Requirements

Header: Defined in wmdm.idl.

Library: mssachlp.lib

See Also