sys: mup: claim \ClassName instead of \ClassName\InstanceName prefix

This commit is contained in:
Bill Zissimopoulos
2018-01-17 15:44:01 -08:00
parent abb504053b
commit 6b0b4c8b8e
4 changed files with 185 additions and 19 deletions

View File

@ -1058,6 +1058,7 @@ typedef struct
UINT32 InitDonePfxTab:1;
ERESOURCE PrefixTableResource;
UNICODE_PREFIX_TABLE PrefixTable;
UNICODE_PREFIX_TABLE ClassTable;
} FSP_FSMUP_DEVICE_EXTENSION;
static inline
FSP_DEVICE_EXTENSION *FspDeviceExtension(PDEVICE_OBJECT DeviceObject)
@ -1173,7 +1174,7 @@ BOOLEAN FspQueryDirectoryIrpShouldUseProcessBuffer(PIRP Irp, SIZE_T BufferSize)
#endif
/* fsmup */
BOOLEAN FspMupRegister(
NTSTATUS FspMupRegister(
PDEVICE_OBJECT FsmupDeviceObject, PDEVICE_OBJECT FsvolDeviceObject);
VOID FspMupUnregister(
PDEVICE_OBJECT FsmupDeviceObject, PDEVICE_OBJECT FsvolDeviceObject);