NWC24GetMsgNumTo

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgNumTo( const NWC24MsgObj* obj, u32* numTo );

Description

Returns the message object setting (number of message recipients).

Arguments

obj The message object from which settings are to be extracted.
numTo Pointer to the location storing the extracted information (number of recipients).

Return Values

NWC24_OK: Normal termination (a value is returned in *numTo).
NWC24_ERR_BROKEN: The message object is broken.

See Also

Revision History

2006/08/01 Initial version.


CONFIDENTIAL