mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[INCLUDE]
- Introduce tcpip_undoc.h defining undocumented tcpip.sys IOCTLs and structures. svn path=/trunk/; revision=65545
This commit is contained in:
parent
4c9df7c3e5
commit
6ef8833b55
1 changed files with 5 additions and 0 deletions
5
reactos/include/reactos/tcpip_undoc.h
Normal file
5
reactos/include/reactos/tcpip_undoc.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* Ioctl called by GetInterfaceInfo. Returns IP_INTERFACE_INFO structure. */
|
||||
#define IOCTL_IP_INTERFACE_INFO _TCP_CTL_CODE(0x10, METHOD_BUFFERED, FILE_ANY_ACCESS)
|
Loading…
Add table
Add a link
Reference in a new issue