PESearchButtonClickedEventInfo

PESearchButtonClickedEventInfo contains information about a search button clicked event. When the search button is clicked, a callback function will be called with EventId = PE_SEARCH_BUTTON_CLICKED_EVENT.

C Syntax
typedef struct PESearchButtonClickedEventInfo {
    long windowHandle;
    char searchString [PE_SEARCH_STRING_LEN];
    WORD StructSize;
} PESearchButtonClickedEventInfo;
Members

windowHandle

Specifies the handle of the frame window on which the button is placed.

searchString

Search string (of length PE_SEARCH_STRING_LEN = 128) in search edit control.

StructSize

Specifies the size of the PESearchButtonClickedEventInfo structure. Initialize this member to PE_SIZEOF_SEARCH_BUTTON_CLICKED_EVENT_INFO.

VB Type Listing
Type PESearchButtonClickedEventInfo
    windowHandle As Long
    searchString As String * PE_SEARCH_STRING_LEN
    StructSize As Integer
End Type
Delphi Record Listing
type 
    PESearchStringType
    = array[0..PE_SEARCH_STRING_LEN-1] of char;
    PESearchButtonClickedEventInfo = record
        windowHandle: longint;
        searchString: PESearchStringType;
        StructSize: Word;
end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com