FINDREPLACE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Find and Replace UDTs >

FINDREPLACE

 

Description

 

FINDREPLACEA structure.

 

Syntax

 

TYPE FINDREPLACEA

    lStructSize      AS DWORD        ' size of this struct 0x20

    hWndOwner        AS DWORD        ' handle to owner's window

    hInstance        AS DWORD        ' instance handle of.EXE that contains cust. dlg. template

    Flags            AS DWORD        ' one or more of the FR_??

    lpstrFindWhat    AS ASCIIZ PTR   ' ptr. to search string

    lpstrReplaceWith AS ASCIIZ PTR   ' ptr. to replace string

    wFindWhatLen     AS WORD         ' size of find buffer

    wReplaceWithLen  AS WORD         ' size of replace buffer

    lCustData        AS LONG         ' data passed to hook fn.

    lpfnHook         AS DWORD        ' ptr. to hook fn. or NULL

    lpTemplateName   AS ASCIIZ PTR   ' custom template name

END TYPE

 

Remarks

 

See also

 

Examples