mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
5 lines
178 B
C
5 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)
|