PECloseButtonClickedEventInfo

This structure contains information about a close button clicked event. When the close button in a preview window is clicked, a callback function will be called with EventId = PE_CLOSE_BUTTON_CLICKED_EVENT.

C Syntax
typedef struct PECloseButtonClickedEventInfo {
    WORD StructSize;
    WORD viewIndex;
    long windowHandle;
} PECloseButtonClickedEventInfo;
Members

StructSize

Specifies the size of the PECloseButtonClickedEventInfo structure. Initialize this number to PE_SIZEOF_CLOSE_BUTTON_CLICKED_EVENT_INFO.

viewIndex

Specifies the 0-based index number indicating which view is going to be closed.

windowHandle

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

VB Type Listing
Type PECloseButtonClickedEventInfo
    StructSize As Integer
    viewIndex As Integer
    windowHandle As Long
End Type
Delphi Record Listing
type
    PECloseButtonClickedEventInfo = record
        StructSize: Word;
        viewIndex: Word;
        windowHandle: HWnd;
    end;


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