|
enum | { _cchFindReplaceBuffer = 128
} |
|
|
virtual void | OnFinalMessage (HWND) |
|
HWND | Create (BOOL bFindDialogOnly, LPCTSTR lpszFindWhat, LPCTSTR lpszReplaceWith=NULL, DWORD dwFlags=FR_DOWN, HWND hWndParent=NULL) |
|
LPCTSTR | GetFindString () const |
|
LPCTSTR | GetReplaceString () const |
|
BOOL | SearchDown () const |
|
BOOL | FindNext () const |
|
BOOL | MatchCase () const |
|
BOOL | MatchWholeWord () const |
|
BOOL | ReplaceCurrent () const |
|
BOOL | ReplaceAll () const |
|
BOOL | IsTerminating () const |
|
BOOL | EndDialog (INT_PTR=0) |
|
HWND | Create (HWND, ATL::_U_RECT, LPCTSTR, DWORD, DWORD, ATL::_U_MENUorID, ATOM, LPVOID) |
|
|
static const UINT | GetFindReplaceMsg () |
|
static T *PASCAL | GetNotifier (LPARAM lParam) |
|
static UINT_PTR APIENTRY | HookProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
|
static LRESULT CALLBACK | StartWindowProc (HWND, UINT, WPARAM, LPARAM) |
|
|
FINDREPLACE | m_fr |
|
TCHAR | m_szFindWhat [_cchFindReplaceBuffer] |
|
TCHAR | m_szReplaceWith [_cchFindReplaceBuffer] |
|
The documentation for this class was generated from the following file: