| class RMsgQueueBase : public RHandleBase | 
| Public Member Functions | |
|---|---|
| IMPORT_C void | CancelDataAvailable() | 
| IMPORT_C void | CancelSpaceAvailable() | 
| IMPORT_C TInt | CreateGlobal(const TDesC &, TInt, TInt, TOwnerType) | 
| IMPORT_C TInt | CreateLocal(TInt, TInt, TOwnerType) | 
| IMPORT_C TInt | MessageSize() | 
| IMPORT_C void | NotifyDataAvailable(TRequestStatus &) | 
| IMPORT_C void | NotifySpaceAvailable(TRequestStatus &) | 
| IMPORT_C TInt | Open(RMessagePtr2, TInt, TOwnerType) | 
| IMPORT_C TInt | Open(TInt, TOwnerType) | 
| IMPORT_C TInt | OpenGlobal(const TDesC &, TOwnerType) | 
| IMPORT_C TInt | Receive(TAny *, TInt) | 
| IMPORT_C void | ReceiveBlocking(TAny *, TInt) | 
| IMPORT_C TInt | Send(const TAny *, TInt) | 
| IMPORT_C void | SendBlocking(const TAny *, TInt) | 
| Inherited Enumerations | |
|---|---|
| RHandleBase:TAttributes | |
| Inherited Attributes | |
|---|---|
| RHandleBase::iHandle | |
| IMPORT_C TInt | CreateGlobal | ( | const TDesC & | aName, | 
| TInt | aSize, | |||
| TInt | aMsgLength, | |||
| TOwnerType | aType = EOwnerProcess | |||
| ) | ||||
| const TDesC & aName | |
| TInt aSize | |
| TInt aMsgLength | |
| TOwnerType aType = EOwnerProcess | 
| IMPORT_C TInt | CreateLocal | ( | TInt | aSize, | 
| TInt | aMsgLength, | |||
| TOwnerType | aType = EOwnerProcess | |||
| ) | ||||
| TInt aSize | |
| TInt aMsgLength | |
| TOwnerType aType = EOwnerProcess | 
| IMPORT_C void | NotifyDataAvailable | ( | TRequestStatus & | aStatus | ) | 
| TRequestStatus & aStatus | 
| IMPORT_C void | NotifySpaceAvailable | ( | TRequestStatus & | aStatus | ) | 
| TRequestStatus & aStatus | 
| IMPORT_C TInt | Open | ( | RMessagePtr2 | aMessage, | 
| TInt | aParam, | |||
| TOwnerType | aType = EOwnerProcess | |||
| ) | ||||
| RMessagePtr2 aMessage | |
| TInt aParam | |
| TOwnerType aType = EOwnerProcess | 
| IMPORT_C TInt | Open | ( | TInt | aArgumentIndex, | 
| TOwnerType | aType = EOwnerProcess | |||
| ) | ||||
| TInt aArgumentIndex | |
| TOwnerType aType = EOwnerProcess | 
| IMPORT_C TInt | OpenGlobal | ( | const TDesC & | aName, | 
| TOwnerType | aType = EOwnerProcess | |||
| ) | ||||
| const TDesC & aName | |
| TOwnerType aType = EOwnerProcess |