[INCLUDE]

- Introduce tcpip_undoc.h defining undocumented tcpip.sys IOCTLs and structures.

svn path=/trunk/; revision=65545
This commit is contained in:
Jérôme Gardou 2014-12-02 18:02:15 +00:00
parent 4c9df7c3e5
commit 6ef8833b55

View 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)