static DuplicatedObject * Create( DOClassID idDOClass, qUnsignedInt32 uiTimeout = WAIT_INFINITE_TIMEOUT );
Name | Description | |
---|---|---|
in | idDOClass | Duplicated object class ID of the type to create. |
in | uiTimeout |
Specifies the timeout interval to wait for creation. The default is infinite. |
0
was specified for uiTimeout
, the SYSTEMERROR_GEN_INVALID_WAIT
error is signaled. Creates a local instance of a duplicated object.
Creates a local instance of a duplicated object having the specified duplicated object class ID (DOClassID
) type. Duplicated object class IDs are automatically generated by the Data Definition Language (DDL) file.
Note: These values may change if you rewrite the DDL file and rebuild the program.
CONFIDENTIAL