#include "StdAfx.h"
#include "Shareaza.h"
#include "Settings.h"
#include "Download.h"
#include "Downloads.h"
#include "DownloadTask.h"
#include "DownloadGroups.h"
#include "Transfers.h"
#include "Uploads.h"
#include "LibraryFolders.h"
Go to the source code of this file.
Defines | |
#define | METHOD_BUFFERED 0x00000000 |
#define | FILE_DEVICE_FILE_SYSTEM 0x00000009 |
#define | CTL_CODE(DeviceType, Function, Method, Access) (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method)) |
#define | FSCTL_SET_SPARSE CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 49, METHOD_BUFFERED, FILE_WRITE_DATA) |
#define | BUFFER_SIZE (2*1024*1024) |
|
Definition at line 54 of file DownloadTask.cpp. |
|
Definition at line 52 of file DownloadTask.cpp. |
|
Definition at line 51 of file DownloadTask.cpp. |
|
Definition at line 53 of file DownloadTask.cpp. Referenced by CFragmentedFile::Create(), and CDownloadTask::RunAllocate(). |
|
Definition at line 50 of file DownloadTask.cpp. |