#include <nitro/wbt.h> void WBT_SetOwnAid(int aid);
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.
aid |
The program's own association ID. |
None.
None.
09/21/2004 Initial version