mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
509 B
11 lines
509 B
interface inetinfo
|
|
{
|
|
typedef [allocate(all_nodes)] LPINET_INFO_CONFIG_INFO;
|
|
typedef [allocate(all_nodes)] LPINET_INFO_CAPABILITIES_STRUCT;
|
|
typedef [allocate(all_nodes)] LPINET_INFO_IP_SEC_LIST;
|
|
typedef [allocate(all_nodes)] LPINET_INFO_VIRTUAL_ROOT_ENTRY;
|
|
typedef [allocate(all_nodes)] LPINET_INFO_VIRTUAL_ROOT_LIST;
|
|
typedef [allocate(all_nodes)] LPINET_LOG_CONFIGURATION;
|
|
typedef [allocate(all_nodes)] LPINET_INFO_STATISTICS_0;
|
|
typedef [allocate(all_nodes)] LPINET_INFO_GLOBAL_CONFIG_INFO;
|
|
}
|