nn::nex::DOCallContext::SetTargetStation Member Function

Syntax

void SetTargetStation(
     DOHandle hTargetStation
);

Parameters

Name Description
in hTargetStation Handle of the station that is the target of the call.

Return Values

None.

Description

Sets the target station of the call.

The CallOnTargetStation flag is automatically set when this function is called. If no arguments have been set for the constructor, INVALID_DOHANDLE results for the target station. The meaning of "target station" differs depending on the object class (derived class). For example, with RMCContext, the term "target station" is the remote method call (RMC) call destination. With FetchContext, it is the station whose duplicas are being fetched. With MigrationContext, it is the station being migrated to.

See Also

GetTargetStation, Flags

Revision History

2011/01/27
Initial version.

CONFIDENTIAL