nn::nex::MatchmakeParam::GetGeoIpResult Member Function

Syntax

qBool GetGeoIpResult(
     MATCHMAKE_GEO_IP_RESULT * geoIpResult
) const;

Parameters

Name Description
out geoIpResult 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

Gets the result of obtaining location information.

Gets the result of obtaining location information on the server. Pass NULL to the parameter to only check whether the parameter is present. This parameter can be retrieved from the matchmaking session retrieved from the server.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL