IPX_STATIC_SERVICE_INFO

[This is preliminary documentation and subject to change.]

The IPX_STATIC_SERVICE_INFO structure describes a particular static IPX service.

typedef struct _IPX_SERVER_ENTRY {
    USHORT    Type;
    UCHAR     Name[48];
    UCHAR     Network[4];
    UCHAR     Node[6];
    UCHAR     Socket[2];
    USHORT    HopCount;
    } IPX_SERVER_ENTRY, * PIPX_SERVER_ENTRY;

typedef IPX_SERVER_ENTRY IPX_STATIC_SERVICE_INFO;

Members

Type
Contains the service type as defined by the SAP specification.
Name[48]
Contains the service name as defined by SAP specifications.
Network[4]
Contains the network number portion of the service address.
Node[6]
Contains the node number portion of the service address.
Socket[2]
Contains the socket number portion of service address.
HopCount
Contains the service hop count.

Remarks

The IPX_STATIC_SERVICE_INFO structure is a typedef of the IPX_SERVER_ENTRY structure. The typedef is in ipxrtdef.h.

See Also

IPX_SERVER_ENTRY