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