KIOSlave
file_win.cpp File Reference
#include "file.h"#include <windows.h>#include <QtCore/QDir>#include <QtCore/QDirIterator>#include <QtCore/QFileInfo>#include <config.h>#include <kconfiggroup.h>#include <kdebug.h>
Include dependency graph for file_win.cpp:

Go to the source code of this file.
Defines | |
| #define | _WIN32_WINNT 0x0500 |
Functions | |
| static DWORD CALLBACK | CopyProgressRoutine (LARGE_INTEGER TotalFileSize, LARGE_INTEGER TotalBytesTransferred, LARGE_INTEGER StreamSize, LARGE_INTEGER StreamBytesTransferred, DWORD dwStreamNumber, DWORD dwCallbackReason, HANDLE hSourceFile, HANDLE hDestinationFile, LPVOID lpData) |
Define Documentation
| #define _WIN32_WINNT 0x0500 |
Definition at line 26 of file file_win.cpp.
Function Documentation
| static DWORD CALLBACK CopyProgressRoutine | ( | LARGE_INTEGER | TotalFileSize, | |
| LARGE_INTEGER | TotalBytesTransferred, | |||
| LARGE_INTEGER | StreamSize, | |||
| LARGE_INTEGER | StreamBytesTransferred, | |||
| DWORD | dwStreamNumber, | |||
| DWORD | dwCallbackReason, | |||
| HANDLE | hSourceFile, | |||
| HANDLE | hDestinationFile, | |||
| LPVOID | lpData | |||
| ) | [static] |
Definition at line 43 of file file_win.cpp.
KDE 4.2 API Reference