MB_GetUserVolatData

C Specification

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

Arguments

gameInfo Pointer to the beacon information obtained with WM_StartScan.

Return Values

Gets the pointer to the user data configured with MB_SetUserVolatData. Returns a NULL if the beacon does not include any user data.

Description

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.

See Also

MB_SetUserVolatData

Revision History

01/18/2005 Initial version.