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

_DHCP_OPTION_SCOPE_UNION

Declaration

Source position: jwadhcpsapi.pas line 231

type _DHCP_OPTION_SCOPE_UNION = record

  case Integer of

    0: (

        DefaultScopeInfo: PVOID;

      );

    1: (

        GlobalScopeInfo: PVOID;

      );

    2: (

        SubnetScopeInfo: DHCP_IP_ADDRESS;

      );

    3: (

        ReservedScopeInfo: DHCP_RESERVED_SCOPE;

      );

    4: (

        MScopeInfo: LPWSTR;

      );

end;


Documentation generated on: 2023-03-18