Function NnetPsNotL() Foundation
Retrieves information about notify objects assigned to a print server.
NnetPsNotL( <cPrintServerName> , ;
<nPrinterNumber> , ;
[<cFileServer|nConnectID>] ; // Default: NnetSname()
) --> aNotifyList
Returns a two dimensional array with information about notify objects assigned to the print server <cPrintServerName>. #define constants from XBTNWPS.CH are used to access the subarray elements:
Element | Constant | Description |
---|---|---|
1 | NL_SERVER | Name of file server |
2 | NL_NAME | Notifiy object name |
3 | NL_TYPE | Notifiy object type |
4 | NL_FIRST | Seconds delay until first notification |
5 | NL_NEXT | Seconds delay for subsequent notifications |
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.