Location:
W32STD.H
Link against: ws32.lib
class TWsGraphicMsgFixedBase;
Base class for fixed-size messages to be attached to CWindowGc::DrawWsGraphic
commands
Defined in TWsGraphicMsgFixedBase
:
Pckg()
, Size()
, TWsGraphicMsgFixedBase()
, TypeId()
protected: IMPORT_C TWsGraphicMsgFixedBase(TUid aTypeId, TInt aSizeOfDerived);
Protected constructor for subclasses to call Example:
TMyDerivedFixedMsg::TMyDerivedFixedMsg(): TWsGraphicMsgFixedBase(KUidMyDerivedType,sizeof(TMyDerivedFixedMsg)), ...
|
IMPORT_C TPtrC8 Pckg() const;
|
IMPORT_C TUid TypeId() const;
|
IMPORT_C TInt Size() const;
|