Structure that contains information about the container text string that is the object of the search. This structure is used in the CM_SEARCHSTRING container message only.

typedef struct _SEARCHSTRING {
  ULONG     cb;               /*  Structure size. */
  PSZ       pszSearch;        /*  Pointer to the search string. */
  ULONG     fsPrefix;         /*  Search flag. */
  ULONG     fsCaseSensitive;  /*  Case sensitivity flag. */
  ULONG     usView;           /*  View to search. */
} SEARCHSTRING;

typedef   SEARCHSTRING   * PSEARCHSTRING ;


[Back] [Next]