ReactOS 0.4.15-dev-7918-g2a2556c
mountmgr_point Class Reference

#include <mountmgr_local.h>

Public Member Functions

 mountmgr_point (const std::wstring_view &symlink, const std::string_view &unique_id, const std::wstring_view &device_name)
 

Public Attributes

std::wstring symlink
 
std::wstring device_name
 
std::string unique_id
 

Detailed Description

Definition at line 15 of file mountmgr_local.h.

Constructor & Destructor Documentation

◆ mountmgr_point()

mountmgr_point::mountmgr_point ( const std::wstring_view &  symlink,
const std::string_view &  unique_id,
const std::wstring_view &  device_name 
)
inline

Definition at line 17 of file mountmgr_local.h.

18 }
std::wstring symlink
std::string unique_id
std::wstring device_name

Member Data Documentation

◆ device_name

std::wstring mountmgr_point::device_name

Definition at line 20 of file mountmgr_local.h.

◆ symlink

std::wstring mountmgr_point::symlink

Definition at line 20 of file mountmgr_local.h.

◆ unique_id

std::string mountmgr_point::unique_id

Definition at line 21 of file mountmgr_local.h.


The documentation for this class was generated from the following file: