ReactOS 0.4.15-dev-7953-g1f49173
FINDREPLACEW Struct Reference

#include <commdlg.h>

Collaboration diagram for FINDREPLACEW:

Public Attributes

DWORD lStructSize
 
HWND hwndOwner
 
HINSTANCE hInstance
 
DWORD Flags
 
LPWSTR lpstrFindWhat
 
LPWSTR lpstrReplaceWith
 
WORD wFindWhatLen
 
WORD wReplaceWithLen
 
LPARAM lCustData
 
LPFRHOOKPROC lpfnHook
 
LPCWSTR lpTemplateName
 

Detailed Description

Definition at line 315 of file commdlg.h.

Member Data Documentation

◆ Flags

DWORD FINDREPLACEW::Flags

Definition at line 319 of file commdlg.h.

Referenced by dialog_find(), and handle_findmsg().

◆ hInstance

HINSTANCE FINDREPLACEW::hInstance

Definition at line 318 of file commdlg.h.

◆ hwndOwner

HWND FINDREPLACEW::hwndOwner

Definition at line 317 of file commdlg.h.

Referenced by dialog_find().

◆ lCustData

LPARAM FINDREPLACEW::lCustData

Definition at line 324 of file commdlg.h.

Referenced by dialog_find(), and handle_findmsg().

◆ lpfnHook

LPFRHOOKPROC FINDREPLACEW::lpfnHook

Definition at line 325 of file commdlg.h.

◆ lpstrFindWhat

LPWSTR FINDREPLACEW::lpstrFindWhat

Definition at line 320 of file commdlg.h.

Referenced by dialog_find(), FindTextW(), handle_findmsg(), and ReplaceTextW().

◆ lpstrReplaceWith

LPWSTR FINDREPLACEW::lpstrReplaceWith

Definition at line 321 of file commdlg.h.

Referenced by dialog_find(), handle_findmsg(), and ReplaceTextW().

◆ lpTemplateName

LPCWSTR FINDREPLACEW::lpTemplateName

Definition at line 326 of file commdlg.h.

◆ lStructSize

DWORD FINDREPLACEW::lStructSize

Definition at line 316 of file commdlg.h.

Referenced by dialog_find().

◆ wFindWhatLen

WORD FINDREPLACEW::wFindWhatLen

Definition at line 322 of file commdlg.h.

Referenced by dialog_find(), FindTextW(), and ReplaceTextW().

◆ wReplaceWithLen

WORD FINDREPLACEW::wReplaceWithLen

Definition at line 323 of file commdlg.h.

Referenced by dialog_find(), and ReplaceTextW().


The documentation for this struct was generated from the following file: