Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F554598
DeviceNameResolver.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
472 B
Subscribers
None
DeviceNameResolver.h
View Options
#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
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Feb 10, 6:21 PM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cc/26/4376b6aaf746c7edb7e2cd3ca4f0
Attached To
rSCY Scylla
Event Timeline
Log In to Comment