nn::nex::MatchmakeParam::GetUpdateGeoIp Member Function

Syntax

qBool GetUpdateGeoIp(
     qBool * updateGeoIp
) const;

Parameters

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

Return Values

Whether the parameter was set in this object.

Description

Get whether to update location information.

Get whether to update location information. Pass NULL to the parameter to only check whether the parameter is present. This parameter is not included in the MatchmakeParam object in the MatchmakeSession retrieved from the server.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL