WMDM_FIND_SCOPE
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;
Members
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
Header: Defined in wmdm.idl.
Library: mssachlp.lib
See Also