#ifndef _NTIOAPI_H
#define IOCTL_MOUNTMGR_AUTO_DL_ASSIGNMENTS CTL_CODE(MOUNTMGRCONTROLTYPE, 5, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
View code on GitHub// mountmgr.h
// CTL_CODE(0x006d, 0x005, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_MOUNTMGR_AUTO_DL_ASSIGNMENTS 0x006DC014
View the official Windows Driver Kit DDI referenceThis IOCTL is documented in Windows Driver Kit.
IOCTL_MOUNTMGR_AUTO_DL_ASSIGNMENTS informs the mount manager that it should assign drive letters to volumes automatically as they are introduced in the system.
None.
None.
None.
None.
N/A
N/A
If the operation is successful, the Status field is set to STATUS_SUCCESS.
For more information, see Supporting Mount Manager Requests in a Storage Class Driver.