#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgId( const NWC24MsgObj* obj, u32* msgId );
Returns the ID of the message object managed in the message box.
obj |
Message object from which settings are to be extracted. |
msgId |
Pointer to the location storing the extracted information (message ID). |
NWC24_OK: Ended normally (* a value was returned in msgId).
2006/10/06 Initial version.
CONFIDENTIAL