- Use the correct ioctl

svn path=/branches/aicom-network-fixes/; revision=35439
This commit is contained in:
Cameron Gutman
2008-08-18 23:41:23 +00:00
parent e57331851c
commit 6b5a88dd52
+1 -1
View File
@@ -608,7 +608,7 @@ NTSTATUS TdiQueryInformation(
KeInitializeEvent(&Event, NotificationEvent, FALSE);
Irp = TdiBuildInternalDeviceControlIrp(IOCTL_TCP_QUERY_INFORMATION, /* Sub function */
Irp = TdiBuildInternalDeviceControlIrp(TDI_QUERY_INFORMATION, /* Sub function */
DeviceObject, /* Device object */
ConnectionObject, /* File object */
&Event, /* Event */