Searched refs:DriveLetterTarget (Results 1 – 1 of 1) sorted by relevance
627 PMOUNTMGR_DRIVE_LETTER_TARGET DriveLetterTarget; in MountMgrNextDriveLetter() local639 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()