|
||
class TGroupWindowOpenData;
Passed to a Key Click Plug-in using the function CClickMaker::OtherEvent(TInt,TAny *)
when the aType value is EEventGroupWindowOpen.
Defined in TGroupWindowOpenData
:
iClient
A number unique to the client creating the window group - allows the Plug-in to ...iIdentifier
The Window Group Identifier of the window being created.iNumClientWindowGroups
The number of Window Groups currently owned by that client (not including the on...TUint iClient;
A number unique to the client creating the window group - allows the Plug-in to tell different clients apart.
TInt iNumClientWindowGroups;
The number of Window Groups currently owned by that client (not including the one being created).