#include <dwc.h>typedef void(*) DWCFriendStatusCallback(int index,
u8 status,
const char *statusString,
void *param);| Friend roster index of the friend whose status has changed. | |
Friend status. DWC_STATUS_* enumerator. |
|
GameSpystatus character string defined by the game. The maximum length of the character string is 255 characters + the NULL terminator. |
|
| Callback parameter. |
None.
This is called when a friend's communications status changes.
CONFIDENTIAL