#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgGroupId( const NWC24MsgObj* obj, u16* groupId );
Returns the message object settings (sender's group ID).
The originating application's (two-letter) company code is set, as a 16-bit value, as the group ID.
|
Message object from which settings are to be extracted. |
groupId |
Pointer to the location storing the extracted information (the sender's group ID). |
NWC24_OK: Normal termination (value returned in *groupId).
2007/11/29 Added text specific to the group ID.
2006/10/06 Initial version.
CONFIDENTIAL