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