TCVcsGetCheckOutInfo
Return to Introduction  Previous page  Next page
Displays the CheckOut dialog

Delphi (TCIntf.pas)

function TCVcsGetCheckOutInfoconst Info: PCheckOutInfo ): Boolean;  

Parameters

Name
Description
Info (In/Out)
A pointer to a structure that contains checkout information.


Return Value

True if the user pressed the OK button, False otherwise.

Remarks

The pointer to the data structure should be initialized by calling InitializeCheckOutInfo and, once finished with, destroyed using ReleaseCheckOutInfo

Exported

function TCVcsGetCheckOutInfoconst Info: PCheckOutInfo ): Boolean; stdcall;  


 


© 1995-2018 MCN Software