nn::nex::DOHandle::DOHandle Constructor

Syntax

DOHandle(
     const DOHandle & dohOther
);

Parameters

Name Description
dohOther [in] Specifies an existing duplicated object handle.

Description

Constructor. Creates a duplicated object handle.

This constructor initializes the duplicated object handle to a value that points to the same DuplicatedObject instance that is indicated by the specified dohOther.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL