PEShowGroupEventInfo

PEShowGroupEventInfo contains information when an event callback is called with event ID equal to PE_SHOW_GROUP_EVENT.

C Syntax
typedef struct PEShowGroupEventInfo {
    WORD StructSize;
    WORD groupLevel;
    long windowHandle;
    char **groupList;
}PEShowGroupEventInfo;
Members

StructSize

Specifies the size of the PEShowGroupEventInfo structure. Initialize this member to PE_SIZEOF_SHOW_GROUP_EVENT_INFO.

groupLevel

The number of the group name in the group list.

windowHandle

Frame window handle where the event happens.

groupList

Specifies a pointer to an array of group names describing the group path to which the group area is going to navigate. This pointer is freed after the callback function.

Remarks

Make a copy of the groupList if you want to keep group path information. CRPE frees the groupList after the callback function.

Delphi Record Listing
type
    PEPCharPointer = ^PChar;
    PEShowGroupEventInfo = record
        StructSize: Word;
        groupLevel: Word;
        windowHandle: Longint;
        groupList: PEPCharPointer;
    end;


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