NWC24GetMsgSubjectSize

C Specification

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

Description

Returns the message object settings (the number of bytes in the message subject string).

Arguments

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

Return Values

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

See Also

Revision History

2006/08/01 Initial version.


CONFIDENTIAL