Unit 'JwaDhcpsApi' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_DHCP_OPTION_ELEMENT_UNION

Declaration

Source position: jwadhcpsapi.pas line 392

type _DHCP_OPTION_ELEMENT_UNION = record

  case Integer of

    0: (

        ByteOption: Byte;

      );

    1: (

        WordOption: Word;

      );

    2: (

        DWordOption: DWORD;

      );

    3: (

        DWordDWordOption: DWORD_DWORD;

      );

    4: (

        IpAddressOption: DHCP_IP_ADDRESS;

      );

    5: (

        StringDataOption: LPWSTR;

      );

    6: (

        BinaryDataOption: DHCP_BINARY_DATA;

      );

    7: (

        EncapsulatedDataOption: DHCP_BINARY_DATA;

      );

end;


Documentation generated on: 2023-03-18