MB_GetUserVolatData

Syntax

#include <nitro/mb/mb_gameinfo.h>
void* MB_GetUserVolatData( const WMGameInfo* gameInfo );

Arguments

gameInfo Pointer to the beacon information obtained with the WM_StartScan function.

Return Values

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.

Description

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.

See Also

MB_SetUserVolatData

Revision History

2005/01/18 Initial version.


CONFIDENTIAL