WMDM_STORAGE_ENUM_MODE enumeration

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;

Constants

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.

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.

ENUM_MODE_METADATA_VIEWS

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

Requirements

Requirement Value
Header
Wmdm.idl

See also

Enumeration Types