WMDM_FIND_SCOPE enumeration

The WMDM_FIND_SCOPE enumeration type defines the scope of the storage object.

Syntax

typedef enum tagWMDM_FIND_SCOPE { 
  WMDM_FIND_SCOPE_GLOBAL,
  WMDM_FIND_SCOPE_IMMEDIATE_CHILDREN
} WMDM_FIND_SCOPE;

Constants

WMDM_FIND_SCOPE_GLOBAL

Looking for the matching object anywhere on the device.

WMDM_FIND_SCOPE_IMMEDIATE_CHILDREN

Looking for the matching object within this storage and its children.

Requirements

Requirement Value
Header
Wmdm.idl

See also

Enumeration Types