ReactOS 0.4.15-dev-8614-gbc76250
|
#include <mntmgr.h>
LIST_ENTRY _DEVICE_INFORMATION::AssociatedDevicesHead |
Definition at line 47 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), MountMgrQueryDosVolumePath(), MountMgrVolumeMountPointCreated(), MountMgrVolumeMountPointDeleted(), and ReconcileThisDatabaseWithMasterWorker().
PDEVICE_EXTENSION _DEVICE_INFORMATION::DeviceExtension |
Definition at line 62 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), and MountMgrTargetDeviceNotification().
LIST_ENTRY _DEVICE_INFORMATION::DeviceListEntry |
Definition at line 44 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), and MountMgrMountedDeviceRemoval().
UNICODE_STRING _DEVICE_INFORMATION::DeviceName |
Definition at line 50 of file mntmgr.h.
Referenced by CreateRemoteDatabaseWorker(), MountMgrAssignDriveLetters(), MountMgrCreatePointWorker(), MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), MountMgrNextDriveLetterWorker(), MountMgrNotifyNameChange(), ProcessSuggestedDriveLetters(), QueryPointsFromMemory(), QueryPointsFromSymbolicLinkName(), ReconcileThisDatabaseWithMasterWorker(), and WriteUniqueIdToMaster().
BOOLEAN _DEVICE_INFORMATION::KeepLinks |
Definition at line 51 of file mntmgr.h.
Referenced by MountMgrKeepLinksWhenOffline(), MountMgrMountedDeviceArrival(), and MountMgrMountedDeviceRemoval().
BOOLEAN _DEVICE_INFORMATION::LetterAssigned |
Definition at line 55 of file mntmgr.h.
Referenced by MountMgrAssignDriveLetters(), and MountMgrNextDriveLetterWorker().
BOOLEAN _DEVICE_INFORMATION::ManuallyRegistered |
Definition at line 53 of file mntmgr.h.
Referenced by MountMgrCheckUnprocessedVolumes(), MountMgrCreatePointWorker(), MountMgrMountedDeviceArrival(), MountMgrNotifyNameChange(), and MountMgrQueryDosVolumePaths().
ULONG _DEVICE_INFORMATION::Migrated |
Definition at line 59 of file mntmgr.h.
Referenced by CreateRemoteDatabaseWorker().
LONG _DEVICE_INFORMATION::MountState |
Definition at line 60 of file mntmgr.h.
Referenced by MountMgrTargetDeviceNotification(), and ReconcileThisDatabaseWithMasterWorker().
BOOLEAN _DEVICE_INFORMATION::NeedsReconcile |
Definition at line 56 of file mntmgr.h.
Referenced by MountMgrTargetDeviceNotification(), and ReconcileThisDatabaseWithMasterWorker().
BOOLEAN _DEVICE_INFORMATION::NoDatabase |
Definition at line 57 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), and ReconcileThisDatabaseWithMasterWorker().
BOOLEAN _DEVICE_INFORMATION::Removable |
Definition at line 54 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), ReconcileAllDatabasesWithMaster(), and ReconcileThisDatabaseWithMasterWorker().
LIST_ENTRY _DEVICE_INFORMATION::ReplicatedUniqueIdsListHead |
Definition at line 46 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), MountMgrUniqueIdChangeRoutine(), MountMgrVolumeMountPointCreated(), and MountMgrVolumeMountPointDeleted().
BOOLEAN _DEVICE_INFORMATION::SkipNotifications |
Definition at line 58 of file mntmgr.h.
Referenced by MountMgrCreatePointWorker(), MountMgrMountedDeviceArrival(), MountMgrVolumeMountPointCreated(), and ReconcileThisDatabaseWithMasterWorker().
UCHAR _DEVICE_INFORMATION::SuggestedDriveLetter |
Definition at line 52 of file mntmgr.h.
Referenced by MountMgrMountedDeviceArrival(), MountMgrNextDriveLetterWorker(), and ProcessSuggestedDriveLetters().
LIST_ENTRY _DEVICE_INFORMATION::SymbolicLinksListHead |
Definition at line 45 of file mntmgr.h.
Referenced by DeleteSymbolicLinkNameFromMemory(), MountMgrCreatePointWorker(), MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), MountMgrNextDriveLetterWorker(), MountMgrQueryDosVolumePath(), QueryPointsFromMemory(), and QueryPointsFromSymbolicLinkName().
UNICODE_STRING _DEVICE_INFORMATION::SymbolicName |
Definition at line 48 of file mntmgr.h.
Referenced by DeleteSymbolicLinkNameFromMemory(), MountMgrCheckUnprocessedVolumes(), MountMgrCreatePointWorker(), MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), MountMgrVolumeMountPointCreated(), OnlineMountedVolumes(), and ReconcileThisDatabaseWithMasterWorker().
PVOID _DEVICE_INFORMATION::TargetDeviceNotificationEntry |
Definition at line 61 of file mntmgr.h.
Referenced by MountMgrMountedDeviceRemoval().
PMOUNTDEV_UNIQUE_ID _DEVICE_INFORMATION::UniqueId |
Definition at line 49 of file mntmgr.h.
Referenced by IsUniqueIdPresent(), MountMgrAssignDriveLetters(), MountMgrCreatePointWorker(), MountMgrMountedDeviceArrival(), MountMgrMountedDeviceRemoval(), MountMgrNextDriveLetterWorker(), MountMgrUniqueIdChangeRoutine(), ProcessSuggestedDriveLetters(), QueryPointsFromMemory(), QueryPointsFromSymbolicLinkName(), QueryUniqueIdFromMaster(), and WriteUniqueIdToMaster().