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

_NLA_BLOB

Declaration

Source position: jwamswsock.pas line 366

type _NLA_BLOB = record

  header: record

    type_: NLA_BLOB_DATA_TYPE;

    dwSize: DWORD;

    nextOffset: DWORD;

  end;

  case Integer of

    0: (

        rawData: array [0..0] of CHAR;

      );

    1: (

        dwType: DWORD;

        dwSpeed: DWORD;

        adapterName: array [0..0] of CHAR;

      );

    2: (

        information: array [0..0] of CHAR;

      );

    3: (

        type_: NLA_CONNECTIVITY_TYPE;

        internet: NLA_INTERNET;

      );

    4: (

        remote: record

          speed: DWORD;

          type_: DWORD;

          state: DWORD;

          machineName: array [0..255] of WCHAR;

          sharedAdapterName: array [0..255] of WCHAR;

        end;

      );

end;


Documentation generated on: 2023-03-18