WBT_GetOwnAid

C Specification

#include <nitro/wbt.h>

int WBT_GetOwnAid(void);

Arguments

None.

Return Values

Returns its own AID.

Description

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.

See Also

WBT_SetOwnAid

Revision History

09/21/2004 Initial version