MLE_SEARCHDATA

MLE_SEARCHDATA Search structure for multiline entry field.
typedef struct _SEARCH {
USHORT    cb;          /* Size of structure  */
PCHAR     pchFind;     /* Logical string to search for  */
PCHAR     pchReplace;  /* Logical string to replace with  */
SHORT     cchFind;     /* Length of pchFind string  */
SHORT     cchReplace;  /* Length of pchReplace string  */
IPT       iptStart;    /* Visual point at which to start search, or point where string was found  */
IPT       iptStop;     /* Visual point at which to stop search  */
USHORT    cchFound;    /* Length of string found at iptStart  */
 } MLE_SEARCHDATA;


[Back: hptrIcon]
[Next: cb]