nnfriendsMyPresence Structure

Syntax

struct nnfriendsMyPresence
{
   nnfriendsGameMode gameMode;
   char16 modeDescription[NN_FRIENDS_MODE_DESCRIPTION_SIZE];
};

Description

Structure storing the local host's presence information.

Member Variables

gameMode Game mode information the local host discloses to Friends.
modeDescription Game mode description string the local host discloses to friends.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL