Provides information about the group tree button clicked event, when the callback function is called with the event ID equal to PE_GROUP_TREE_BUTTON_CLICKED_EVENT.
typedef struct PEGroupTreeButtonClickedEventInfo {
WORD StructSize;
short visible;
long windowHandle;
} PEGroupTreeButtonClickedEventInfo;
Specifies the size of the PEGroupTreeButtonClickedEventInfo structure. Initialize this member to PE_SIZEOF_GROUP_TREE_BUTTON_CLICKED_EVENT_INFO. | |
Type PEGroupTreeButtonClickedEventInfo
StructSize As Integer
visible As Integer
windowHandle As Long
End Type
type
PEGroupTreeButtonClickedEventInfo = record
StructSize: Word;
visible: smallint;
windowHandle: HWnd;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |