home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / internal / 1783 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.4 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!news.service.uci.edu!unogate!mvb.saic.com!macro32
  2. From: "Tim McKee, 803-366-2620" <mckeetr@cvse.cortex.prospect.com>
  3. Newsgroups: vmsnet.internals
  4. Subject: RE: Determining the status of a license
  5. Message-ID: <00966F42.FBBA1780.3396@cvse.cortex.prospect.com>
  6. Date: Thu, 21 Jan 1993 18:33:18 EST
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 31
  10.  
  11. You can call SYS$GRANT_LICENSE to see if it is available.  Args are:
  12.  
  13. arg1    PRODUCT_NAME, Text by Fixed descriptor
  14. arg2    PRODUCER, Text by Fixed descriptor
  15. arg3    CONTEXT, Longword by reference
  16. arg4    ITEMLIST, Pass a 0 by value
  17.  
  18. The return status will be:
  19.  
  20. SS$_NORMAL - Granted
  21. LICENSE$_NOLICENSE
  22. LICENSE$_EXCEEDED
  23. LICENSE$_NOT_STARTED (LMF not running)
  24. LICENSE$_INVALID_DATE
  25. LICENSE$_TERMINATED
  26. LICENSE$_INVALID_VERSION
  27.  
  28.  
  29.  
  30. PLEASE NOTE that you must release the license if it was successfully
  31. granted using SYS$RELEASE_LICENSE.  Args are:
  32.  
  33. arg1    CONTEXT, Longword by reference
  34.  
  35.  
  36. tim
  37. ================================================================================
  38. Timothy R. McKee                        |  Senior Consultant - VAX/VMS Internals
  39. Cortex Corp. - SouthEast Field Office   |       mckeetr@cvse.cortex.prospect.com
  40. Phone: (803) 366-2620                   |                    FAX: (803) 366-6517
  41. ================================================================================
  42.