NWC24GetMsgTextSize

C Specification

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

Description

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).

Arguments

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).

Return Values

NWC24_OK: ended normally (a value is returned to *size).

See Also

Revision History

2007/05/03 Added text about the terminal NULL character.
2006/08/01 Initial Version.


CONFIDENTIAL