NWC24GetMsgGroupId

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgGroupId( const NWC24MsgObj* obj, u16* groupId );

Description

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.

Arguments

obj Message object from which settings are to be extracted.
groupId Pointer to the location storing the extracted information (the sender's group ID).

Return Values

NWC24_OK: Normal termination (value returned in *groupId).

See Also

Revision History

2007/11/29 Added text specific to the group ID.
2006/10/06 Initial version.


CONFIDENTIAL