Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

18 lines
647 B

[ implicit_handle( handle_t dhcpsrv_bhandle )]
interface dhcpsrv
{
typedef [allocate(all_nodes)] LPDHCP_SUBNET_INFO;
typedef [allocate(all_nodes)] LPDHCP_SUBNET_ELEMENT_INFO_ARRAY;
typedef [allocate(all_nodes)] LPDHCP_OPTION;
typedef [allocate(all_nodes)] LPDHCP_OPTION_VALUE;
typedef [allocate(all_nodes)] LPDHCP_OPTION_VALUE_ARRAY;
typedef [allocate(all_nodes)] LPDHCP_CLIENT_INFO;
typedef [allocate(all_nodes)] LPDHCP_CLIENT_INFO_ARRAY;
typedef [allocate(all_nodes)] LPDHCP_OPTION_LIST;
typedef [allocate(all_nodes)] LPDHCP_MIB_INFO;
typedef [allocate(all_nodes)] LPDHCP_SERVER_CONFIG_INFO;
typedef [allocate(all_nodes)] LPDHCP_SCAN_LIST;
}