2.2.1.2.112 SAP_SERVICE_FILTER_INFO
The SAP_SERVICE_FILTER_INFO structure MAY<104> be used in the structure SAP_IF_FILTERS (section 2.2.1.2.113).
-
typedef struct _SAP_SERVICE_FILTER_INFO { union { USHORT ServiceType; ULONG ServiceType_align; }; UCHAR ServiceName[48]; } SAP_SERVICE_FILTER_INFO, *PSAP_SERVICE_FILTER_INFO;
ServiceType: A field that indicates the type of the service. Service types are assigned uniquely by Novell, Inc. Some commonly defined SAP service types are listed in the following table.
-
Service type (hexadecimal)
Server
0x00
Unknown
0x00 — 0x04
NetWare file server
0x00 — 0x07
NetWare print server
0x06 — 0x40
Microsoft RPC server
0xFF
General SAP request
ServiceType_align: Ensures alignment.
ServiceName: Stores the name of the server advertising the service. The combination of server name and service type uniquely identifies a service on an IPX internetwork. Server names that are fewer than 48 bytes are terminated with the ASCII NULL character.