17 #ifdef __pingtel_on_posix__ 22 #define MAX_ARGUMENTS 5 23 #define UNASSIGNED (unsigned short)-1 44 #ifdef __pingtel_on_posix__
69 CMessage(
unsigned long dwMsgType=0,
void *pvArgument1=(
void *)0,
70 void *pvArgument2=(
void *)0,
void *pvArgument3=(
void *)0,
71 void *pvArgument4=(
void *)0,
void *pvArgument5=(
void *)0);
114 void AddContents(
unsigned long dwMsgType,
void *pvArgument1=(
void *)0,
115 void *pvArgument2=(
void *)0,
void *pvArgument3=(
void *)0,
116 void *pvArgument4=(
void *)0,
void *pvArgument5=(
void *)0);
118 #ifdef __pingtel_on_posix__ 119 virtual OsMsg * createCopy(
void)
const;
143 void GetContents(
unsigned long *pdwMsgType,
void **ppvArgument1,
144 void **ppvArgument2,
void **ppvArgument3,
145 void **ppvArgument4,
void **ppvArgument5);
void * GetFirstArgument(void)
void * GetFourthArgument(void)
unsigned long GetMsgType(void)
void * GetThirdArgument(void)
void * m_pvArgument[MAX_ARGUMENTS]
Definition: Message.h:284
void GetContents(unsigned long *pdwMsgType, void **ppvArgument1, void **ppvArgument2, void **ppvArgument3, void **ppvArgument4, void **ppvArgument5)
CMessage(unsigned long dwMsgType=0, void *pvArgument1=(void *) 0, void *pvArgument2=(void *) 0, void *pvArgument3=(void *) 0, void *pvArgument4=(void *) 0, void *pvArgument5=(void *) 0)
unsigned long m_dwMsgType
Definition: Message.h:270
void AddContents(unsigned long dwMsgType, void *pvArgument1=(void *) 0, void *pvArgument2=(void *) 0, void *pvArgument3=(void *) 0, void *pvArgument4=(void *) 0, void *pvArgument5=(void *) 0)
void * GetFifthArgument(void)
#define MAX_ARGUMENTS
Definition: Message.h:22
void * GetSecondArgument(void)