mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:51:54 +00:00
- Add definition of IOCTL_NDIS_QUERY_GLOBAL_STATS
svn path=/trunk/; revision=40807
This commit is contained in:
parent
816a0d3ae7
commit
510184d660
1 changed files with 5 additions and 0 deletions
|
@ -173,6 +173,11 @@ typedef struct _NDIS_PNP_CAPABILITIES {
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue