RefTemplate ( )
|
Initializes the reference as an invalid reference. |
RefTemplate ( DOHandle )
|
Initializes the reference using a duplicated object handle. |
RefTemplate ( const DORef & )
|
Copy constructor. |
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 DORef::IsValid
function returns true
.
Initializes the reference using the duplicated object indicated by the specified reference.
If the reference to the Duplicated Object handle is constructed successfully, the DORef::IsValid
function returns true
.
CONFIDENTIAL