NWPSCfgAttrNameToNumber(3nw)


NWPSCfgAttrNameToNumber -- converts attribute name to print services attribute identifier

Synopsis

   #include <nwps_cfg.h> 
   or 
   #include <nwpsrv.h> 
   

NWCCODE NWAPI NWPSCfgAttrNameToNumber (char NWFAR *attributeName);

Description

The parameters are as follows:

attributeName
(IN) Points to the name of the attribute to convert.

Return values

0x0000
Successful

-1
Failure or unknown attribute name

other values
Attribute number identifier

Notices

attributeName is a NULL-terminated ASCII string.

Services

Print Server

NCP calls

None

References

NWPSCfgAttrNumberToName(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.