My Project
D:/source/c++/Programme/sally/sally/sallyAPI/FileActionController.cpp File Reference

Implements the file action controller class. More...

Functions

DWORD CALLBACK ProgrRoutine (LARGE_INTEGER TotalFileSize, LARGE_INTEGER TotalBytesTransferred, LARGE_INTEGER StreamSize, LARGE_INTEGER StreamBytesTransferred, DWORD dwStreamNumber, DWORD dwCallbackReason, HANDLE hSourceFile, HANDLE hDestinationFile, LPVOID lpData)
 Progr routine.

Detailed Description

Implements the file action controller class.

Author:
Christian Knobloch
Date:
22.12.2011

This file is part of the Sally Project

Copyright(c) 2008-2011 Sally Project http://www.sally-project.org/

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.


Function Documentation

DWORD CALLBACK ProgrRoutine ( LARGE_INTEGER  TotalFileSize,
LARGE_INTEGER  TotalBytesTransferred,
LARGE_INTEGER  StreamSize,
LARGE_INTEGER  StreamBytesTransferred,
DWORD  dwStreamNumber,
DWORD  dwCallbackReason,
HANDLE  hSourceFile,
HANDLE  hDestinationFile,
LPVOID  lpData 
)

Progr routine.

Author:
Christian Knobloch
Date:
23.12.2011
Parameters:
TotalFileSizeSize of the total file.
TotalBytesTransferredThe total bytes transferred.
StreamSizeSize of the stream.
StreamBytesTransferredThe stream bytes transferred.
dwStreamNumberThe dw stream number.
dwCallbackReasonThe dw callback reason.
hSourceFileHandle of the source file.
hDestinationFileHandle of the destination file.
lpDataInformation describing the pointer to a.
Returns:
.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines