DWC_GetIngamesnCheckResult

Syntax

#include <dwc.h>

DWCIngamesnCheckResult DWC_GetIngamesnCheckResult(void);

Arguments

None.

Return Values

DWC_INGAMESN_NOT_CHECKED Currently checking (in login process).
DWC_INGAMESN_VALID The ingamesn of the preceding login was accepted by NAS.
DWC_INGAMESN_INVALID The ingamesn of the preceding login was rejected by NAS.

Description

Gets the result of name validation as checked when logging on to the authentication server. Does nothing when DWC-DL is used.

Revision History

1.3.0
Corrected a mistake ("DWC_INGAMESN_NOTCHECKED" was changed to "DWC_INGAMESN_NOT_CHECKED")

CONFIDENTIAL