TCVcsGetCheckInInfo
Return to Introduction  Previous page  Next page
Displays the CheckIn dialog

Delphi (TCIntf.pas)

function TCVcsGetCheckInInfoconst Info: PCheckInInfo ): Boolean;  

Parameters

Name
Description
Info (In/Out)
A pointer to a structure that contains checkin 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 InitializeCheckInInfo and, once finished with, destroyed using ReleaseCheckInInfo

Exported

function TCVcsGetCheckInInfoconst Info: PCheckInInfo ): Boolean; stdcall;  


 


© 1995-2018 MCN Software