Name | Description | |
---|---|---|
in | hDO | The duplicated object handle search target. |
Value | Description |
---|---|
true |
Returned if the Duplicated Object could be found. This iterator points to the specified Duplicated Object at this time. |
false |
Returned if the Duplicated Object could not be found. The EndReached function returns false at this time. |
Searches within this iterator for the duplicated object to be accessed by the given duplicated object handle.
This function either moves the iterator as far as the Duplicated Object accessed by the given Duplicated Object handle, or moves until the end when the object cannot be found. If the iterator moves to the end, the EndReached
function returns true
.
CONFIDENTIAL