#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgSubjectSize( const NWC24MsgObj* obj, u32* size );
Returns the message object settings (the number of bytes in the message subject string).
obj |
The message object from which settings are to be extracted. |
size |
Pointer to the location storing the extracted information (the number of bytes in the message subject string). |
NWC24_OK: ended normally (a value is returned to *size).
2006/08/01 Initial version.
CONFIDENTIAL