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