fsPrefix (ULONG)

      Search flag.

      Search flag that defines the criteria by which the string specified by the pszSearch field is to be compared with the text of the container records to determine the pointer to the first matching record.

      TRUE

        Matching occurs if the leading characters of the container record are the characters specified by the pszSearch field.
      FALSE
        Matching occurs if the container record contains a substring of the characters specified by the pszSearch field.


      [Back] [Next]