This commit is contained in:
Bill Zissimopoulos
2015-11-27 23:37:57 -08:00
parent 0db1f0614b
commit 97c98ac265
19 changed files with 68 additions and 74 deletions

View File

@ -12,8 +12,8 @@ static NTSTATUS FspFsvolSetVolumeInformation(
PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp);
FSP_DRIVER_DISPATCH FspQueryVolumeInformation;
FSP_DRIVER_DISPATCH FspSetVolumeInformation;
FSP_IOCOMPLETION_DISPATCH FspQueryVolumeInformationComplete;
FSP_IOCOMPLETION_DISPATCH FspSetVolumeInformationComplete;
FSP_IOPROC_DISPATCH FspQueryVolumeInformationComplete;
FSP_IOPROC_DISPATCH FspSetVolumeInformationComplete;
#ifdef ALLOC_PRAGMA
#pragma alloc_text(PAGE, FspFsvolQueryVolumeInformation)