nn::dlp::CTR::FakeClient::GetMyStatus Member Function

Syntax

static nn::Result GetMyStatus(
     ClientStatus * pStatus
);

Arguments

Name Description
out pStatus Returns the status and node ID.

Return Values

The following Result values are returned as the result of the operation.

Value Description
ResultSuccess The status was obtained successfully.

Description

Gets the state of the local host.

Ignore the sessionType, totalNum, and downloadedNum members contained in ClientStatus.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL