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.

17 lines
664 B

  1. [ implicit_handle( handle_t dhcpsrv_bhandle )]
  2. interface dhcpsrv
  3. {
  4. typedef [allocate(all_nodes)] LPDHCP_SUBNET_INFO;
  5. typedef [allocate(all_nodes)] LPDHCP_SUBNET_ELEMENT_INFO_ARRAY;
  6. typedef [allocate(all_nodes)] LPDHCP_OPTION;
  7. typedef [allocate(all_nodes)] LPDHCP_OPTION_VALUE;
  8. typedef [allocate(all_nodes)] LPDHCP_OPTION_VALUE_ARRAY;
  9. typedef [allocate(all_nodes)] LPDHCP_CLIENT_INFO;
  10. typedef [allocate(all_nodes)] LPDHCP_CLIENT_INFO_ARRAY;
  11. typedef [allocate(all_nodes)] LPDHCP_OPTION_LIST;
  12. typedef [allocate(all_nodes)] LPDHCP_MIB_INFO;
  13. typedef [allocate(all_nodes)] LPDHCP_SERVER_CONFIG_INFO;
  14. typedef [allocate(all_nodes)] LPDHCP_SCAN_LIST;
  15. }
  16.