#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgAppId( const NWC24MsgObj* obj, u32* appId );
Returns the message object settings (sender's application ID).
The originating application's (four-letter) game code is set, as a 32-bit value, as the application ID.
obj |
The message object from which settings are to be extracted. |
appId |
Pointer to the location storing the extracted information (application ID). |
NWC24_OK: Normal termination (value returned in *appId).
2007/11/29 Added text specific to the application ID.
2006/08/01 Initial version.
CONFIDENTIAL