windows-nt/Source/XPSP1/NT/net/dhcp/server/client/dhcp_cli.acf
2020-09-26 16:20:57 +08:00

18 lines
647 B
Plaintext
Raw 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.

[ 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;
}