#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgNumAttached( const NWC24MsgObj* obj, u32* numAttached );
Returns the message object setting (number of attached binaries).
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). |
NWC24_OK: Normal termination (a value is returned in *numAttached).
NWC24_ERR_BROKEN: The message object is broken.
2006/08/01 Initial version.
CONFIDENTIAL