From e57331851ccb2e0dd6220349e6c6ca0d5c2e1ea9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 18 Aug 2008 23:35:32 +0000 Subject: [PATCH] - Don't hardcode the Ioctl svn path=/branches/aicom-network-fixes/; revision=35438 --- include/ddk/tdikrnl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ddk/tdikrnl.h b/include/ddk/tdikrnl.h index ef55f4ab93b..b0f05dd0752 100644 --- a/include/ddk/tdikrnl.h +++ b/include/ddk/tdikrnl.h @@ -577,7 +577,7 @@ TdiDefaultSendPossibleHandler( IrpSubFunction, DeviceObject, \ FileObject, Event, IoStatusBlock) \ IoBuildDeviceIoControlRequest( \ - 0x00000003, DeviceObject, \ + IrpSubFunction, DeviceObject, \ NULL, 0, NULL, 0, \ TRUE, Event, IoStatusBlock)