IPX/SPX Programming Manual
Library Routines
HP NonStop IPX/SPX Programming Manual—528022-001
5-71
netware_set_name
netware_set_name
The netware_set_name function identifies the IPXPROTO process to be opened by
the next sap_open call.
pName
is a character pointer to the name of the IPXPROTO process opened by
subsequent sap_open calls.
Usage Guidelines
•
Any IPXPROTO processes opened using sap_open before executing the
netware_set_name call remain the same.
•
If the netware_set_name call is not issued, sap_open attempts to open the
IPXPROTO process specified by the network manager in an ADD DEFINE
command, or searches for an IPXPROTO process named $ZNV0.
C Synopsis
#include <sapapih>
short netware_set_name( char *pName);
TAL Synopsis
?SOURCE sapapid
PROC netware_set_name( pName ), LANGUAGE C;
STRING .EXT pName;
EXTERNAL;