#include <nitro/wbt.h>
WBTBlockInfoList *WBT_UnregisterBlock(u32 block_id);
block_id | The ID of a block that is already registered. |
If the specified block ID
is currently registered, this function unregisters the block and returns the pointer to its structure.
Otherwise, this function does nothing and returns NULL
.
This function removes from the WBT internal block list the data block that is currently registered with the ID
specified. The block list structure and the data buffer that were specified at the time of registration are returned to the user side.
WBT_RegisterBlock, WBTBlockInfoList
09/21/2004 Initial version