Copyright Digital Equipment Corp. All rights reserved.

$GET_GALAXY_LOCK_INFO_(Alpha_Only)

   Returns "interesting" fields from the specified lock.

   Note that this system service is supported only in an OpenVMS
   Alpha Galaxy environment. For more information about programming
   with OpenVMS Galaxy system services, refer to the VSI OpenVMS
   Alpha Partitioning and Galaxy Guide.

   Format

     SYS$GET_GALAXY_LOCK_INFO  handle ,name ,timeout ,size ,ipl

                               ,rank ,flags [,name_length]

   C Prototype

     int sys$get_galaxy_lock_info  (unsigned __int64 lock_handle,

                                   char *name, unsigned int

                                   *timeout, unsigned int *size,

                                   unsigned int *ipl, unsigned int

                                   *rank, unsigned short int *flags

                                   unsigned short int *name_length);
 


Additional information available:

Arguments