nn::nex::DOHandle::DOHandle Constructor

Syntax

DOHandle(
     qUnsignedInt32 uiValue = INVALID_DOHANDLE_VALUE
);

Parameters

Name Description
uiValue [in] Specifies the initial value of the duplicated object handle. (The default is INVALID_DOHANDLE_VALUE.)

Description

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.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL