DWC_SvlGetTokenAsync

Syntax

#include <dwc.h>

BOOL DWC_SvlGetTokenAsync(const char *svc,
                          DWCSvlResult *result);

Arguments

svc A four-character ASCII string that specifies the service type.
The default service locator information is obtained if an empty string is specified.
result Pointer to the location where the acquired result is stored.

Return Values

TRUE Acquisition started.
FALSE Acquisition cannot start.

Description

Transmits and acquires service locator tokens.

Note: This API can only be used with titles for which the Nintendo Wi-Fi Connection Original Server Application Form has been submitted.

Revision History

1.4.1
Added a description of the "svc" parameter.
1.4.15
Added a note about submitting the Nintendo Wi-Fi Connection Original Server Application Form.

CONFIDENTIAL