NWC24GetMsgAppId

C Specification

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

Description

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.

Arguments

obj The message object from which settings are to be extracted.
appId Pointer to the location storing the extracted information (application ID).

Return Values

NWC24_OK: Normal termination (value returned in *appId).

See Also

Revision History

2007/11/29 Added text specific to the application ID.
2006/08/01 Initial version.


CONFIDENTIAL