#include <nitro/mb/mb_gameinfo.h>
void* MB_GetUserVolatData( const WMGameInfo* gameInfo );
| gameInfo | Pointer to the beacon information obtained with the WM_StartScan function. |
|
Gets a pointer to the user data configured with the MB_SetUserVolatData function. Returns a NULL if the beacon does not include any user data.
Extracts the user data configured with the MB_SetUserVolatData function from the MB parent 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.
2005/01/18 Initial version.
CONFIDENTIAL