nn::nex::DuplicatedObject::Create Member Function

Syntax

static DuplicatedObject * Create(
     const DOHandle & dohHandle
);

Parameters

Name Description
in dohHandle Specifies the handle of the duplicated object to create.

Return Values

Returns a pointer to the created local instance of the duplicated object.

Description

Creates a local instance of a duplicated object.

See Also

Publish, CreateWellKnown

Revision History

2012/07/03
This function can now specify a timeout. Added that there is a rare possibility that a NULL pointer may be returned, in which case it is necessary to destroy the NetZ instance.
2012/01/27
Initial version.

CONFIDENTIAL