mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
6 lines
178 B
C
6 lines
178 B
C
|
|
#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)
|