nn::dlp::CTR::GetRebootInfo Function

Syntax

nn::Result GetRebootInfo(
     RebootInfo * pRebootInfo
);

Parameters

Name Description
out pRebootInfo Returns the information needed for a network connection.

Return Values

The following Results are returned as the result of the operation.

Value Description
Result::IsSuccess The reconnection information was obtained successfully.

Description

Gets the reconnection information needed to connect to the network after rebooting.

This function can be used with the system's existing state (without calling any initialization functions).

Revision History

2010/08/16
Initial version.

CONFIDENTIAL