DPRINT1("Calling Node %lu MajorTarget %p MinorTarget %p PropertySet %S PropertyId %lu PropertyFlags %lx InstanceSize %lu ValueSize %lu Handler %p PropertyRequest %p\n",
PropertyRequest->Node, PropertyRequest->MajorTarget, PropertyRequest->MinorTarget, GuidBuffer.Buffer, Property->Id, Property->Flags, PropertyRequest->InstanceSize, PropertyRequest->ValueSize,
PropertyRequest->PropertyItem->Handler, PropertyRequest);
+#if 0
Status = PropertyRequest->PropertyItem->Handler(PropertyRequest);
-
+#else
+ Status = STATUS_NOT_FOUND;
+#endif
Irp->IoStatus.Information = PropertyRequest->ValueSize;
if (Status != STATUS_PENDING)