WBT_SetOwnAid

C Specification

#include <nitro/wbt.h>

void WBT_SetOwnAid(int aid);

Arguments

aid The program's own association ID.

Return Values

None.

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.


Revision History

09/21/2004 Initial version