#include <nitro/wbt.h>
int WBT_GetOwnAid(void);
None.
Returns its own AID
.
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
.
09/21/2004 Initial version