Function NnetPsNotL() Foundation

Retrieves information about notify objects assigned to a print server.

Syntax
NnetPsNotL( <cPrintServerName>        , ;
            <nPrinterNumber>          , ;
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> aNotifyList
Return

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:

Structure of the NnetPsNotL() Subarray
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

Feedback

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.