Share via


WMDM_STORAGE_ENUM_MODE

banner art

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. For more information on UseMetadataViews, see Device Parameters.

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