ReactOS 0.4.16-dev-736-g28b802b
|
#include <commdlg.h>
DWORD FINDREPLACEW::Flags |
Definition at line 319 of file commdlg.h.
Referenced by dialog_find(), and handle_findmsg().
HWND FINDREPLACEW::hwndOwner |
Definition at line 317 of file commdlg.h.
Referenced by dialog_find().
LPARAM FINDREPLACEW::lCustData |
Definition at line 324 of file commdlg.h.
Referenced by dialog_find(), and handle_findmsg().
LPFRHOOKPROC FINDREPLACEW::lpfnHook |
LPWSTR FINDREPLACEW::lpstrFindWhat |
Definition at line 320 of file commdlg.h.
Referenced by dialog_find(), FindTextW(), handle_findmsg(), and ReplaceTextW().
LPWSTR FINDREPLACEW::lpstrReplaceWith |
Definition at line 321 of file commdlg.h.
Referenced by dialog_find(), handle_findmsg(), and ReplaceTextW().
DWORD FINDREPLACEW::lStructSize |
Definition at line 316 of file commdlg.h.
Referenced by dialog_find().
WORD FINDREPLACEW::wFindWhatLen |
Definition at line 322 of file commdlg.h.
Referenced by dialog_find(), FindTextW(), and ReplaceTextW().
WORD FINDREPLACEW::wReplaceWithLen |
Definition at line 323 of file commdlg.h.
Referenced by dialog_find(), and ReplaceTextW().