static qBool FetchDuplica( FetchContext * pContext, DOHandle hFetchedObject );
Name | Description | |
---|---|---|
in | pContext |
Gets a pointer to a FetchContext object. |
in | hFetchedObject | Specifies the handle (DOHandle ) to the duplicated object to fetch. |
Value | Description |
---|---|
true |
Returned when duplica of duplicated object has been fetched successfully. |
false |
Returned when fetching of duplica of duplicated object has failed. |
Fetches a duplica of a duplicated object.
This function is one way of creating object duplicas on stations.
CONFIDENTIAL