fsSearch (ULONG)

      Search control flags.

      One flag from each of the following groups can be specified:

      • Search sensitivity:

          CMA_COMPLETE

            Returns the container records that are completely within the bounding rectangle.
          CMA_PARTIAL
            Returns the container records that are completely or partially within the bounding rectangle.
          
            Enumeration order:

            CMA_ITEMORDER

              Container records are enumerated in item order, lowest to highest.
            CMA_ZORDER
              Container records are enumerated by z-order, from top to bottom. This flag is valid for the icon view only.


            [Back] [Next]