SetRepositoryPiece
Obsolated: Use SetRepositoryPiece2 instead.
Name
SetRepositoryPiece
When to use it
After setting the NumberOfRepositoryPieces property and anytime before the OnFinish event ends.
Prototype
HRESULT SetRepositoryPiece(
Index: Long/*[in]*/,
Length: Long/*[in]*/,
ExternalID: Long /*[in]*/
);
Explanations
With this method you may set the size of each piece from REPOSITORY (to cut from).
The number of pieces to be cut is given by the NumberOfRepositoryPieces property.
The length of each piece can be get using the GetRepositoryPiece method.
Parameters
Index - the index of the piece whose information are set. This number is in range [0...NumberOfRepositoryPieces - 1].
Length - the length of the piece. This number must be integer. For working with real numbers read here.
ExternalID is an integer number which is assigned to each piece in order to be easier identified.
Links