nn::nex::DORef::DORef Constructor

Syntax

DORef(
     DOHandle hDO
);

Parameters

Name Description
hDO [in] A handle to the duplicated object to reference.

Description

Initializes the reference using a duplicated object handle.

Duplicated object handles (DOHandle) are handles that uniquely represent the duplicated objects existing within a session. This constructor uses the duplicated object handle to create a safe reference to the duplicated object.

If the reference to the duplicated object handle is constructed successfully, the IsValid function returns true.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL