Function NnetRemQUs() Foundation

Removes one or more print queue users.

Syntax
NnetRemQUs( <cPrintQueueName>         , ;  // Type:  C
            <cUserName|aUserNames>    , ;  // Type: CA
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> nRemovedQueueUsers
Return

Returns the number of users which have been removed as user of the print queue <cPrintQueueName> or 0 in case of an error.

Description

The second parameter can be specified either as a string containing the name of a single user to be removed as queue user, or as an array containing multiple user names.

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.