#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgTextSize( const NWC24MsgObj* obj, u32* size );
Returns a message object setting (number of bytes in the body of the message).
The number of bytes in the string obtained here includes the terminal '\0' (NULL character).
obj |
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 body string). |
NWC24_OK: ended normally (a value is returned to *size).
2007/05/03 Added text about the terminal NULL character.
2006/08/01 Initial Version.
CONFIDENTIAL