Returns an IVersionCol interface pointer to a collection of object versions currently checked out to the workspace.
HRESULT get_Checkouts(
IVersionCol **ppWSVersions
);
Parameters
**ppWSVersions
[out]
The IVersionCol interface pointer to the collection of object versions checked out to the workspace.
Return Value
S_OK
The method completed successfully.
Error
This method failed to complete successfully.
Remarks
For each Repository object, at most one version can be checked out to the current workspace.