home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!news.service.uci.edu!unogate!mvb.saic.com!macro32
- From: "Tim McKee, 803-366-2620" <mckeetr@cvse.cortex.prospect.com>
- Newsgroups: vmsnet.internals
- Subject: RE: Determining the status of a license
- Message-ID: <00966F42.FBBA1780.3396@cvse.cortex.prospect.com>
- Date: Thu, 21 Jan 1993 18:33:18 EST
- Organization: Macro32<==>Vmsnet.Internals Gateway
- X-Gateway-Source-Info: Mailing List
- Lines: 31
-
- You can call SYS$GRANT_LICENSE to see if it is available. Args are:
-
- arg1 PRODUCT_NAME, Text by Fixed descriptor
- arg2 PRODUCER, Text by Fixed descriptor
- arg3 CONTEXT, Longword by reference
- arg4 ITEMLIST, Pass a 0 by value
-
- The return status will be:
-
- SS$_NORMAL - Granted
- LICENSE$_NOLICENSE
- LICENSE$_EXCEEDED
- LICENSE$_NOT_STARTED (LMF not running)
- LICENSE$_INVALID_DATE
- LICENSE$_TERMINATED
- LICENSE$_INVALID_VERSION
-
-
-
- PLEASE NOTE that you must release the license if it was successfully
- granted using SYS$RELEASE_LICENSE. Args are:
-
- arg1 CONTEXT, Longword by reference
-
-
- tim
- ================================================================================
- Timothy R. McKee | Senior Consultant - VAX/VMS Internals
- Cortex Corp. - SouthEast Field Office | mckeetr@cvse.cortex.prospect.com
- Phone: (803) 366-2620 | FAX: (803) 366-6517
- ================================================================================
-