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.
typedef struct PECloseButtonClickedEventInfo {
WORD StructSize;
WORD viewIndex;
long windowHandle;
} PECloseButtonClickedEventInfo;
Type PECloseButtonClickedEventInfo
StructSize As Integer
viewIndex As Integer
windowHandle As Long
End Type
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 |