|
|
const qint64 openResult = CfOpenFileWithOplock(path.toStdWString().data(), CF_OPEN_FILE_FLAG_NONE, &handle);
|
|
const qint64 openResult = CfOpenFileWithOplock(path.toStdWString().data(), CF_OPEN_FILE_FLAG_NONE, &handle);
|
|
|
const auto handle = CreateFile(path.toStdWString().data(), 0, 0, nullptr,
|
|
const auto handle = CreateFile(path.toStdWString().data(), 0, 0, nullptr,
|