DHCP_ADD_EXTRA_REQUEST_OPTIONS macro
DHCP_ADD_EXTRA_REQUEST_OPTIONS: Additional options added to the list of options that the client requests from the servers (opt 55: DHCP_OPTION_PARAMETER_REQUEST_LIST) If additional options are requested, define this macro as a comma separated list, with leading comma. This macro is useful for example when requested vendor specific ids (VCI/VSI options), here is an example of requesting the VSI option (option 43) (yes, the notation is a bit strange, but it works :) (NOTE: the space between # and define is required because of doxygen...) # define DHCP_ADD_EXTRA_REQUEST_OPTIONS ,43
Syntax
#define DHCP_ADD_EXTRA_REQUEST_OPTIONS