#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgFromId( const NWC24MsgObj* obj, NWC24UserId* userId );
Returns the message object setting (message sender ID).
This is valid only for objects storing information for messages exchanged between Wii consoles.
obj |
The message object from which settings are to be extracted. |
userId |
Pointer to the location storing the extracted information (message sender ID). |
NWC24_OK: Normal termination (a value is returned to *userId).NWC24_ERR_NOT_SUPPORTED: The message object specified by obj is invalid or the message type is specified as NWC24_MSGTYPE_PUBLIC.
2007/08/17 Revised the explanation for the return value NWC24_ERR_NOT_SUPPORTED.
2006/08/01 Initial version.
CONFIDENTIAL