nn::nex::Station::ConvertDOHandleToID Member Function

Syntax

static StationID ConvertDOHandleToID(
     DOHandle hStation
);

Parameters

Name Description
in hStation Specifies the DOHandle you want to convert.

Return Values

Returns the StationID of the converted result.

Description

Specifies the DOHandle for any particular Station and converts it to a unique ID (StationID) for the P2P session. Using this function is not recommended. Use the ConvertDOHandleToStationID function.

See Also

ConvertDOHandleToStationID

Revision History

2012/10/04
Using this function is not recommended. Changed the return value type to StationID.
2012/01/27
Initial version.

CONFIDENTIAL