nn::nex::MigrationContext::GetMigratingObject Member Function

Syntax

DOHandle GetMigratingObject();

Parameters

None.

Return Values

Returns a handle to a migrating duplicated object. After migration has ended or failed, the function returns INVALID_DOHANDLE.

Description

Gets a handle to a migrating duplicated object.

A duplicated object handle (DOHandle) is a value that uniquely represents one of the duplicated objects in the session. Use this function to get a handle to a duplicated object that is currently migrating (having its control transferred).

Revision History

2011/01/27
Initial version.

CONFIDENTIAL