|
ReactOS 0.4.16-dev-2122-g1628f5e
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static NTSTATUS | OpenMountManager (_Out_ PHANDLE MountMgrHandle, _In_ ACCESS_MASK Access) |
| BOOL | GetAutomountState (_Out_ PBOOL State) |
| BOOL | SetAutomountState (_In_ BOOL bEnable) |
| BOOL | ScrubAutomount (VOID) |
| BOOL | AssignDriveLetter (_In_ PWSTR DeviceName, _In_ WCHAR DriveLetter) |
| BOOL | AssignNextDriveLetter (_In_ PWSTR DeviceName, _Out_ PWCHAR DriveLetter) |
| BOOL | DeleteDriveLetter (_In_ WCHAR DriveLetter) |
| #define NDEBUG |
Definition at line 13 of file mountmgr.c.
Definition at line 181 of file mountmgr.c.
Referenced by assign_main().
Definition at line 261 of file mountmgr.c.
Referenced by assign_main().
Definition at line 338 of file mountmgr.c.
Referenced by assign_main(), and remove_main().
Definition at line 46 of file mountmgr.c.
Referenced by automount_main().
|
static |
Definition at line 20 of file mountmgr.c.
Referenced by AssignDriveLetter(), AssignNextDriveLetter(), DeleteDriveLetter(), GetAutomountState(), ScrubAutomount(), and SetAutomountState().
Definition at line 90 of file mountmgr.c.
Referenced by automount_main().