Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> queidget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 QueIDGet()
------------------------------------------------------------------------------
 Purpose:
 Get the object ID of a queue.

 Syntax:
 dwQueueID = QueIDGet( lpszQueueName )

 Parameters:
 lpszQueueName The name of the queue.

 Returns:
 A numeric value (unsigned long int).

 The CA-Clipper name for this function is:
 QueIDGet()

 Description:
 QueIDGet() returns the object ID number of the queue specified by
 lpszQueueName.

 Returns NOVERRLONG if an error occurs.

 Example:
 // To display the ID number of queue PRINTQ_0:
 dwCurrID = QueIDGet( "PRINTQ_0" )
 if ( NWErrorGet() = 0 )
    ? "Queue PRINTQ_0 has an object ID of", dwCurrID
 endif

See Also: QueNameGet() ObjIDGet() ObjNameGet() FSQueueAdd() FSQueueDelete() FSObjectList() QueUserList()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson