ReactOS 0.4.15-dev-7958-gcd0bb1a
_DEVICE_INFORMATION Struct Reference

#include <mntmgr.h>

Collaboration diagram for _DEVICE_INFORMATION:

Public Attributes

LIST_ENTRY DeviceListEntry
 
LIST_ENTRY SymbolicLinksListHead
 
LIST_ENTRY ReplicatedUniqueIdsListHead
 
LIST_ENTRY AssociatedDevicesHead
 
UNICODE_STRING SymbolicName
 
PMOUNTDEV_UNIQUE_ID UniqueId
 
UNICODE_STRING DeviceName
 
BOOLEAN KeepLinks
 
UCHAR SuggestedDriveLetter
 
BOOLEAN ManuallyRegistered
 
BOOLEAN Removable
 
BOOLEAN LetterAssigned
 
BOOLEAN NeedsReconcile
 
BOOLEAN NoDatabase
 
BOOLEAN SkipNotifications
 
ULONG Migrated
 
LONG MountState
 
PVOID TargetDeviceNotificationEntry
 
PDEVICE_EXTENSION DeviceExtension
 

Detailed Description

Definition at line 42 of file mntmgr.h.

Member Data Documentation

◆ AssociatedDevicesHead

◆ DeviceExtension

PDEVICE_EXTENSION _DEVICE_INFORMATION::DeviceExtension

Definition at line 62 of file mntmgr.h.

Referenced by MountMgrMountedDeviceArrival(), and MountMgrTargetDeviceNotification().

◆ DeviceListEntry

LIST_ENTRY _DEVICE_INFORMATION::DeviceListEntry

Definition at line 44 of file mntmgr.h.

Referenced by MountMgrMountedDeviceArrival(), and MountMgrMountedDeviceRemoval().

◆ DeviceName

◆ KeepLinks

BOOLEAN _DEVICE_INFORMATION::KeepLinks

◆ LetterAssigned

BOOLEAN _DEVICE_INFORMATION::LetterAssigned

Definition at line 55 of file mntmgr.h.

Referenced by MountMgrAssignDriveLetters(), and MountMgrNextDriveLetterWorker().

◆ ManuallyRegistered

◆ Migrated

ULONG _DEVICE_INFORMATION::Migrated

Definition at line 59 of file mntmgr.h.

Referenced by CreateRemoteDatabaseWorker().

◆ MountState

LONG _DEVICE_INFORMATION::MountState

◆ NeedsReconcile

BOOLEAN _DEVICE_INFORMATION::NeedsReconcile

◆ NoDatabase

BOOLEAN _DEVICE_INFORMATION::NoDatabase

◆ Removable

BOOLEAN _DEVICE_INFORMATION::Removable

◆ ReplicatedUniqueIdsListHead

◆ SkipNotifications

◆ SuggestedDriveLetter

UCHAR _DEVICE_INFORMATION::SuggestedDriveLetter

◆ SymbolicLinksListHead

◆ SymbolicName

◆ TargetDeviceNotificationEntry

PVOID _DEVICE_INFORMATION::TargetDeviceNotificationEntry

Definition at line 61 of file mntmgr.h.

Referenced by MountMgrMountedDeviceRemoval().

◆ UniqueId


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