[KS]
[reactos.git] / reactos / drivers / ksfilter / ks / connectivity.c
index 3d5b9da..3e1e296 100644 (file)
@@ -741,6 +741,7 @@ KsHandleSizedListQuery(
     if (IoStack->Parameters.DeviceIoControl.OutputBufferLength == sizeof(KSMULTIPLE_ITEM))
     {
         /* buffer can only hold the length descriptor */
     if (IoStack->Parameters.DeviceIoControl.OutputBufferLength == sizeof(KSMULTIPLE_ITEM))
     {
         /* buffer can only hold the length descriptor */
+        Irp->IoStatus.Information = sizeof(KSMULTIPLE_ITEM);
         return STATUS_SUCCESS;
     }
 
         return STATUS_SUCCESS;
     }