Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F554002
DeviceNameResolver.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
438 B
Subscribers
None
DeviceNameResolver.h
View Options
#include
<Windows.h>
#pragma once
#include
<Windows.h>
#include
<vector>
#include
<tchar.h>
class
HardDisk
{
public
:
WCHAR
shortName
[
3
];
WCHAR
longName
[
MAX_PATH
];
size_t
longNameLength
;
};
class
DeviceNameResolver
{
public
:
DeviceNameResolver
();
~
DeviceNameResolver
();
bool
resolveDeviceLongNameToShort
(
WCHAR
*
sourcePath
,
WCHAR
*
targetPath
);
private
:
std
::
vector
<
HardDisk
>
deviceNameList
;
void
initDeviceNameList
();
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Feb 9, 10:12 PM (12 h, 32 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/e3/358e53b2a66cd7f9eb32a85ccf45
Attached To
rSCY Scylla
Event Timeline
Log In to Comment