|
||
class TWindowCloseData;
Passed to a Key Click Plug-in using the function CClickMaker::OtherEvent(TInt,TAny *)
when the aType value is EEventWindowClose.
Defined in TWindowCloseData
:
iClientHandle
The client handle of the window being closed.iWindowGroupId
The Window Group Identifier of the window group that is a parent (or grandparent...TInt iWindowGroupId;
The Window Group Identifier of the window group that is a parent (or grandparent etc.) of the window being closed, or 0 if the window has been orphaned.