IPX_STATIC_SERVICE_INFO structure
The IPX_STATIC_SERVICE_INFO structure describes a particular static IPX service.
Syntax
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, IPX_STATIC_SERVICE_INFO;
Members
Type
Specifies the service type as defined by the SAP specification.Name
Specifies the service name as defined by SAP specifications.Network
Specifies the network number portion of the service address.Node
Specifies the node number portion of the service address.Socket
Specifies the socket number portion of service address.HopCount
Specifies 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. The declaration for IPX_SERVER_ENTRY is in Stm.h.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Ipxrtdef.h |