DWCFriendStatusCallback

Syntax

#include <dwc.h>

typedef void(*) DWCFriendStatusCallback(int index,
             u8 status,
             const char *statusString,
             void *param);

Arguments

index Friend roster index of the friend whose status has changed.
status Friend status. DWC_STATUS_* enumerator.
statusString GameSpystatus character string defined by the game. The maximum length of the character string is 255 characters + the NULL terminator.
param Callback parameter.

Return Values

None.

Description

This is called when a friend's communications status changes.

See Also

DWC_UpdateServersAsync

Revision History


CONFIDENTIAL