nn::nex::MatchmakeParam::GetUseGeoIp Member Function

Syntax

qBool GetUseGeoIp(
     qBool * useGeoIp
) const;

Parameters

Name Description
out useGeoIp Pointer to the buffer to write whether location information is used. If NULL is passed in, nothing is written.

Return Values

Whether the parameter was set in this object.

Description

Get whether to use location information.

Get whether to use location information. Pass NULL to the parameter to only check whether the parameter is present.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL