Leaked source code of windows server 2003
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.

22 lines
766 B

  1. interface inetinfo
  2. {
  3. typedef [allocate(all_nodes)] LPINET_INFO_CONFIG_INFO;
  4. typedef [allocate(all_nodes)] LPINET_INFO_CAPABILITIES_STRUCT;
  5. typedef [allocate(all_nodes)] LPINET_INFO_IP_SEC_LIST;
  6. typedef [allocate(all_nodes)] LPINET_INFO_VIRTUAL_ROOT_ENTRY;
  7. typedef [allocate(all_nodes)] LPINET_INFO_VIRTUAL_ROOT_LIST;
  8. typedef [allocate(all_nodes)] LPINET_LOG_CONFIGURATION;
  9. typedef [allocate(all_nodes)] LPINET_INFO_STATISTICS_0;
  10. typedef [allocate(all_nodes)] LPINET_INFO_GLOBAL_CONFIG_INFO;
  11. typedef [allocate(all_nodes)] LPINET_INFO_SITE_ENTRY;
  12. typedef [allocate(all_nodes)] LPINET_INFO_SITE_LIST;
  13. #if 0
  14. typedef [allocate(all_nodes)] LPIIS_USER_INFO_1;
  15. #endif
  16. typedef [allocate(all_nodes)] LPW3_SCRIPT_MAP_LIST;
  17. }
  18.