WM_IsValidGameBeacon

C Specification

#include <nitro/wm.h>

static inline BOOL WM_IsValidGameBeacon( const WMBssDesc* bssDesc )
{
    return WM_IsValidGameInfo( &bssDesc->gameInfo, bssDesc->gameInfoLength );
}

Arguments

bssDesc Specifies a pointer to beacon information.

Return Values

Returns TRUE if the beacon information stored in the WMBssDesc structure is from the parent connected for DS wireless play.

Description

Checks if the beacon information obtained using WM_StartScan or WM_StartScanEx is from a DS wireless play parent. WM_IsValidGameInfo is called internally.

See Also

WM_IsValidGameInfo, WM_StartScan, WM_StartScanEx

Revision History

02/20/2006 Initial version.

CONFIDENTIAL