Delphi (TCIntf.pas)
| function TCVcsGetCheckInInfo( const 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 TCVcsGetCheckInInfo( const Info: PCheckInInfo ): Boolean; stdcall;
|
© 1995-2013 MCN Software Ltd