sys: implement FsvrtDeviceExpirationRoutine and supporting infra

This commit is contained in:
Bill Zissimopoulos
2015-12-16 16:11:29 -08:00
parent ec0e8548b5
commit 460c4e0c55
5 changed files with 135 additions and 3 deletions

View File

@ -39,6 +39,8 @@ NTSTATUS DriverEntry(
&FspFsctlNetDeviceObject);
if (!NT_SUCCESS(Result))
FSP_RETURN(FspDeviceDelete(FspFsctlDiskDeviceObject));
FspDeviceInitComplete(FspFsctlDiskDeviceObject);
FspDeviceInitComplete(FspFsctlNetDeviceObject);
/* setup the driver object */
DriverObject->DriverUnload = FspUnload;