2025-04-27 07:49:33 -04:00

23 lines
766 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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;
typedef [allocate(all_nodes)] LPINET_INFO_SITE_ENTRY;
typedef [allocate(all_nodes)] LPINET_INFO_SITE_LIST;
#if 0
typedef [allocate(all_nodes)] LPIIS_USER_INFO_1;
#endif
typedef [allocate(all_nodes)] LPW3_SCRIPT_MAP_LIST;
}