nn::nex::DORef::DORef Constructor

Syntax

DORef(
     DuplicatedObject * pDO
);

Parameters

Name Description
pDO [in] Specifies a pointer to the duplicated object to reference.

Description

Initializes using the specified pointer to a duplicated object.

Initializes the reference so that it references a pointer to the specified 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