#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgNumTo( const NWC24MsgObj* obj, u32* numTo );
Returns the message object setting (number of message recipients).
obj |
The message object from which settings are to be extracted. |
numTo |
Pointer to the location storing the extracted information (number of recipients). |
NWC24_OK: Normal termination (a value is returned in *numTo).
NWC24_ERR_BROKEN: The message object is broken.
2006/08/01 Initial version.
CONFIDENTIAL