Share via


MLQueryFlags (Compact 7)

3/12/2014

This structure contains the information about how to traverse the directory in various Media Library calls.

Syntax

typedef struct _ MLQueryFlags {
  BOOL  includeChildren;
  BOOL  includeFolders;
} MLQueryFlags;

Members

  • includeChildren
    If true, descendents of the parent media entity are included in the query; otherwise, descendents are not included.
  • includeFolders
    If true, folders are included in the query; otherwise, folders are not included.

Remarks

This structure is specified in the call to IMLCore::ScanLocation, IMLCore::BrowseLocation, and IMLCore::QueryLocation.

Requirements

Header

mlibdll.h,
mlibdll.idl

See Also

Reference

Media Library Structures