PEGroupTreeButtonClickedEventInfo

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.

C Syntax
typedef struct PEGroupTreeButtonClickedEventInfo {
    WORD StructSize;
    short visible;
    long windowHandle;
} PEGroupTreeButtonClickedEventInfo;
Members

StructSize

Specifies the size of the PEGroupTreeButtonClickedEventInfo structure. Initialize this member to PE_SIZEOF_GROUP_TREE_BUTTON_CLICKED_EVENT_INFO.

visible

Indicates whether the group tree is shown or hidden.

window
Handle

Frame window handle where the event happens.

VB Type Listing
Type PEGroupTreeButtonClickedEventInfo
    StructSize As Integer
    visible As Integer
    windowHandle As Long
End Type
Delphi Record Listing
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