nn::nex::DuplicatedObject::FetchDuplica Member Function

Syntax

static qBool FetchDuplica(
     FetchContext * pContext,
     DOHandle hFetchedObject
);

Parameters

Name Description
in pContext Gets a pointer to a FetchContext object.
in hFetchedObject Specifies the handle (DOHandle) to the duplicated object to fetch.

Return Values



Value Description
true Returned when duplica of duplicated object has been fetched successfully.
false Returned when fetching of duplica of duplicated object has failed.

Description

Fetches a duplica of a duplicated object.

This function is one way of creating object duplicas on stations.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL