Home
last modified time | relevance | path

Searched refs:DriveLetterTarget (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/storage/mountmgr/
H A Ddevice.c627 PMOUNTMGR_DRIVE_LETTER_TARGET DriveLetterTarget; in MountMgrNextDriveLetter() local
639 DriveLetterTarget = (PMOUNTMGR_DRIVE_LETTER_TARGET)Irp->AssociatedIrp.SystemBuffer; in MountMgrNextDriveLetter()
640 …if (DriveLetterTarget->DeviceNameLength + sizeof(USHORT) > Stack->Parameters.DeviceIoControl.Input… in MountMgrNextDriveLetter()
646 DeviceName.Buffer = DriveLetterTarget->DeviceName; in MountMgrNextDriveLetter()
648 DeviceName.MaximumLength = DriveLetterTarget->DeviceNameLength; in MountMgrNextDriveLetter()