nn::nex::DOHandle::DOHandle Constructor

Syntax

DOHandle(
     qUnsignedInt32 uiValue = INVALID_DOHANDLE_VALUE
);
DOHandle(
     const DOHandle & dohOther
);

Overloaded Member Functions

DOHandle ( qUnsignedInt32 ) Constructor. Creates a duplicated object handle.
DOHandle ( const DOHandle & ) Constructor. Creates a duplicated object handle.

Description of DOHandle(qUnsignedInt32)

Initializes an instance of a duplicated object handle to the specified value. If no argument is passed to the constructor, it initializes the instance of the duplicated object handle to INVALID_DOHANDLE_VALUE.

Description of DOHandle(const DOHandle &)

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


CONFIDENTIAL