Copyright Digital Equipment Corp. All rights reserved.

$GETLKI

   Returns information about the lock database on a system.

   The $GETLKI service completes asynchronously; for synchronous
   completion, use the Get Lock Information and Wait ($GETLKIW)
   service.

   The $GETLKI, $GETLKIW, $ENQ, $ENQW, and $DEQ services together
   provide the user interface to the Lock Management facility.

   Format

     SYS$GETLKI  [efn] ,lkidadr ,itmlst [,iosb] [,astadr] [,astprm]

                 [,nullarg]

   C Prototype

     int sys$getlki  (unsigned int efn, unsigned int *lkidadr,

                     void *itmlst, struct _iosb *iosb, void

                     (*astadr)(__unknown_params), int astprm,

                     unsigned int reserved);
 


Additional information available:

Arguments