NWC24GetMsgNumAttached

C Specification

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

Description

Returns the message object setting (number of attached binaries).

Arguments

obj The message object from which settings are to be extracted.
numAttached Pointer to the location to store the extracted information (the number of attached binaries).

Return Values

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

See Also

Revision History

2006/08/01 Initial version.


CONFIDENTIAL