Home
last modified time | relevance | path

Searched refs:appFriendKey (Results 1 – 2 of 2) sorted by relevance

/RvlDCW-2.0.3/include/cfriend/
Ddwc_cfriend.h94 …Msg ( const NWC24MsgObj* obj, const DWCUserData* userdata, u64* appFriendKey, DWCCfMsgType* …
/RvlDCW-2.0.3/build/demos/cfriend/src/
Dmain.c121 u64 appFriendKey; in SearchFriendMsgs() local
145 …fGetAppFriendKeyFromNWC24Msg( &msgObjArray[iObj], &s_playerinfo.userdata, &appFriendKey, &msgType ) in SearchFriendMsgs()
149 …intf("Received a friend key message. appFriendKey: %012llu msgType: %d.\n", appFriendKey, msgType); in SearchFriendMsgs()