#include <nitro/wbt.h> int WBT_GetOwnAid(void);
This function acquires its own AID. A parent initialized with the WBT_InitParent function always returns 0. A child initialized with the WBT_InitChild function returns, unaltered, the AID specified by WBT_SetOwnAid.
None.
Returns its own AID.
09/21/2004 Initial version