RepositoryPieceUtilized
Name
RepositoryPieceUtilized
When to use it
During the OnFinish event.
Prototype
HRESULT RepositoryPieceUtilized(
Index: long /*[in]*/,
Utilized: long /*[out]*/,
RepositoryExternalID: long /*[out]*/
);
Explanations
Specify whether the Indexth piece of the Repository has been utilized or not.
The parameter Used will be set to 1 if the piece is used, otherwise is set to 0.
See Also:
GetUtilizedRepositoryPiece, SetRepositoryPiece, GetRepositoryPiece, OnFinish.