#include <nitro/wbt.h>
typedef void (*WBTCallback)( void *param );
The type of function requested as a WBT library callback function. The arguments are described below.
param | You can cast a pointer to the WBTCommand structure and get result information. |
WBT_InitParent
, WBT_InitChild
, WBT_RequestSync
, WBT_GetBlockInfo
, WBT_GetBlock
, WBT_PutUserData
, WBT_CancelCurrentCommand
, WBTCommandType
, WBTCommand
09/21/2004 Initial version