Delphi (TCDirectIntf.pas)
| function VcsMoveFile( SourceFileID, TargetFolderID: Cardinal ): Integer;
|
Parameters
|
Name
|
Description
|
|
SourceFileID
|
The file to move
|
|
TargetFolderID
|
The ID of the folder to move the file to.
|
Return Value
Err_OK if successful or an error code indicating the error.
Exported
| function TCDVcsMoveFile( SourceFileID, TargetFolderID: Cardinal ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd