DORef( DOHandle hDO );
Name | Description | |
---|---|---|
hDO | [in] A handle to the duplicated object to reference. |
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
.
CONFIDENTIAL