Author: jgardou Date: Tue Dec 2 18:02:15 2014 New Revision: 65545
URL: http://svn.reactos.org/svn/reactos?rev=65545&view=rev Log: [INCLUDE] - Introduce tcpip_undoc.h defining undocumented tcpip.sys IOCTLs and structures.
Added: trunk/reactos/include/reactos/tcpip_undoc.h (with props)
Added: trunk/reactos/include/reactos/tcpip_undoc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/tcpip_undoc... ============================================================================== --- trunk/reactos/include/reactos/tcpip_undoc.h (added) +++ trunk/reactos/include/reactos/tcpip_undoc.h [iso-8859-1] Tue Dec 2 18:02:15 2014 @@ -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)
Propchange: trunk/reactos/include/reactos/tcpip_undoc.h ------------------------------------------------------------------------------ charset = UTF-8
Propchange: trunk/reactos/include/reactos/tcpip_undoc.h ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/include/reactos/tcpip_undoc.h ------------------------------------------------------------------------------ svn:mime-type = text/plain