DOHandle( qUnsignedInt32 uiValue = INVALID_DOHANDLE_VALUE ); DOHandle( const DOHandle & dohOther );
DOHandle ( qUnsignedInt32 )
|
Constructor. Creates a duplicated object handle. |
DOHandle ( const DOHandle & )
|
Constructor. Creates a duplicated object handle. |
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
.
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