SECEditFindReplaceDlg::IsTerminating

BOOL SECEditFindReplaceDlg::IsTerminating(void)

Queries whether the user has decided to terminate the dialog box. Unlike CFindReplaceDialog, if this function returns nonzero, it is not necessary to call DestroyWindow() on the dialog, but it is necessary to set any dialog box pointer variable to NULL. Optionally, you can also store the find/replace text last entered and use it to initialize the next find/replace dialog box.

Defined in: SECEditFindReplaceDlg.cpp

Return Value

Nonzero if the user has decided to terminate the dialog box; otherwise 0.

See Also

SECEditFindReplaceDlg