ReactOS 0.4.15-dev-7958-gcd0bb1a
FINDREPLACEA Struct Reference

#include <commdlg.h>

Collaboration diagram for FINDREPLACEA:

Public Attributes

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

Detailed Description

Definition at line 302 of file commdlg.h.

Member Data Documentation

◆ Flags

DWORD FINDREPLACEA::Flags

◆ hInstance

HINSTANCE FINDREPLACEA::hInstance

Definition at line 305 of file commdlg.h.

Referenced by COMDLG32_FR_CheckPartial(), and test_param_check().

◆ hwndOwner

HWND FINDREPLACEA::hwndOwner

Definition at line 304 of file commdlg.h.

Referenced by COMDLG32_FR_CheckPartial(), and test_param_check().

◆ lCustData

LPARAM FINDREPLACEA::lCustData

Definition at line 311 of file commdlg.h.

◆ lpfnHook

LPFRHOOKPROC FINDREPLACEA::lpfnHook

Definition at line 312 of file commdlg.h.

Referenced by COMDLG32_FR_CheckPartial().

◆ lpstrFindWhat

LPSTR FINDREPLACEA::lpstrFindWhat

◆ lpstrReplaceWith

LPSTR FINDREPLACEA::lpstrReplaceWith

Definition at line 308 of file commdlg.h.

Referenced by COMDLG32_FR_CheckPartial(), NOTEPAD_FindNext(), and test_param_check().

◆ lpTemplateName

LPCSTR FINDREPLACEA::lpTemplateName

Definition at line 313 of file commdlg.h.

◆ lStructSize

DWORD FINDREPLACEA::lStructSize

Definition at line 303 of file commdlg.h.

Referenced by COMDLG32_FR_CheckPartial(), and test_param_check().

◆ wFindWhatLen

WORD FINDREPLACEA::wFindWhatLen

Definition at line 309 of file commdlg.h.

Referenced by COMDLG32_FR_CheckPartial(), and test_param_check().

◆ wReplaceWithLen

WORD FINDREPLACEA::wReplaceWithLen

Definition at line 310 of file commdlg.h.

Referenced by test_param_check().


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