WBT_SetOwnAid


C Specification

#include <nitro/wbt.h>

void WBT_SetOwnAid(int aid);

Description

Reports the program's own AID to the WBT library. After initializing with WBT_InitChild, you must specify the AID with this function before calling WBT_MpChildSendHook or WBT_MpChildRecvHook.

Arguments

aid The program's own association ID.

Return Values

None.

See Also

None.

Revision History

09/21/2004 Initial version