WMDM_FIND_SCOPE (deprecated)
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_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