

#include <nitro/wm.h>
static inline BOOL WM_IsValidGameBeacon( const WMBssDesc* bssDesc )
{
return WM_IsValidGameInfo( &bssDesc->gameInfo, bssDesc->gameInfoLength );
}
| bssDesc | Specifies a pointer to beacon information. |
Returns TRUE if the beacon information stored in the WMBssDesc structure is from the parent connected for DS Multi-Card Play.
Checks if the beacon information obtained using WM_StartScan or WM_StartScanEx is from a DS Multi-Card Play parent. WM_IsValidGameInfo is called internally.
WM_IsValidGameInfo, WM_StartScan, WM_StartScanEx
2006/02/20 Initial version.
CONFIDENTIAL