Page MenuHomedesp's stash

DeviceNameResolver.h
No OneTemporary

DeviceNameResolver.h

#include <Windows.h>
#pragma once
#include <Windows.h>
#include <vector>
#include <tchar.h>
class HardDisk {
public:
TCHAR shortName[3];
TCHAR longName[MAX_PATH];
size_t longNameLength;
};
class DeviceNameResolver
{
public:
DeviceNameResolver();
~DeviceNameResolver();
bool resolveDeviceLongNameToShort(const TCHAR * sourcePath, TCHAR * targetPath);
private:
std::vector<HardDisk> deviceNameList;
void initDeviceNameList();
void fixVirtualDevices();
};

File Metadata

Mime Type
text/x-c++
Expires
Mon, Mar 2, 3:01 AM (13 h, 57 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f4/32/b6cd5fdc5a2423934bf9eb0b397c

Event Timeline