#include <nitro/wbt.h>
typedef struct WBTBlockInfoList { WBTBlockInfo data_info; struct WBTBlockInfoList *next; void *data_ptr; WBTAidBitmap permission_bmp; u16 block_type; } WBTBlockInfoList;
A structure showing the registered block list information. The user must allocate a number of these equal to the number of data blocks registered with the WBT_RegisterBlock
function.
The contents of this structure are managed with the WBT library. Therefore, it is not necessary to operate these on the user side.
09/21/2004 Initial version