#include <nitro/mb/mb_gameinfo.h>
void* MB_GetUserVolatData( const WMGameInfo* gameInfo );
gameInfo | Pointer to the beacon information obtained with WM_StartScan . |
Gets the pointer to the user data configured with MB_SetUserVolatData
. Returns a NULL if the beacon does not include any user data.
Extracts the user data configured with MB_SetUserVolatData
from the MB parent device beacon. It is not necessarily the case that the user data is included in every parent device beacon, so a NULL will be returned if there is a beacon without user data.
01/18/2005 Initial version.