#include <nitro/mb.h>
const MBUserInfo* MB_CommGetChildUser(u16 child_aid)
child_aid | aid that points to the child that gets the state. |
This function returns the MBUserInfo
structure that stores the state of the specified child.
This function returns the state of the specified child as MBUserInfo
structure information.
MBCommPState, MB_CommGetParentState, MB_CommGetChildrenNumber, MB_StartParent, MB_End
08/09/2004 Initial version.