MB_CommGetChildUser

C Specification

#include <nitro/mb.h>

const MBUserInfo* MB_CommGetChildUser(u16 child_aid)

Arguments

child_aid aid that points to the child that gets the state.

Return Values

This function returns the MBUserInfo structure that stores the state of the specified child.

Description

This function returns the state of the specified child as MBUserInfo structure information.

See Also

MBCommPState, MB_CommGetParentState, MB_CommGetChildrenNumber, MB_StartParent, MB_End

Revision History

08/09/2004 Initial version.