FR_MATCHCASE top-level constant

int const FR_MATCHCASE

If set, the Match Case check box is selected indicating that the search should be case-sensitive. If not set, the check box is unselected so the search should be case-insensitive. You can set this flag to initialize the dialog box. If set in a FINDMSGSTRING message, indicates the user's selection.

Implementation

const FR_MATCHCASE = 0x00000004;