Author: cgutman Date: Wed May 6 04:42:44 2009 New Revision: 40807
URL: http://svn.reactos.org/svn/reactos?rev=40807&view=rev Log: - Add definition of IOCTL_NDIS_QUERY_GLOBAL_STATS
Modified: trunk/reactos/include/ddk/ntddndis.h
Modified: trunk/reactos/include/ddk/ntddndis.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntddndis.h?rev=... ============================================================================== --- trunk/reactos/include/ddk/ntddndis.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/ntddndis.h [iso-8859-1] Wed May 6 04:42:44 2009 @@ -173,6 +173,11 @@ #define NDIS_MINIPORT_SUPPORTS_CANCEL_SEND_PACKETS 0x00800000 #define NDIS_MINIPORT_64BITS_DMA 0x01000000
+#define IOCTL_NDIS_QUERY_GLOBAL_STATS CTL_CODE(FILE_DEVICE_PHYSICAL_NETCARD, \ + 0, \ + METHOD_OUT_DIRECT, \ + FILE_ANY_ACCESS) + #pragma pack(pop)
#ifdef __cplusplus