Copyright Digital Equipment Corp. All rights reserved.

$CREATE_GALAXY_LOCK_TABLE_(Alpha_Only)

   Allocates an OpenVMS Galaxy lock table.

   Note that this system service is supported only in an OpenVMS
   Alpha Galaxy environment.

   For more information about programming with OpenVMS Galaxy system
   services, see the VSI OpenVMS Alpha Partitioning and Galaxy Guide.

   Format

     SYS$CREATE_GALAXY_LOCK_TABLE  name ,accmode ,section_size

                                   ,section_type ,prot ,lock_size

                                   ,lcktbl_handle

   C Prototype

     int sys$create_galaxy_lock_table  (void *name, unsigned int

                                       accmode, unsigned __int64

                                       section_size, unsigned int

                                       section_type, unsigned int

                                       prot, unsigned int lock_size,

                                       unsigned int *lcktbl_handle);
 


Additional information available:

Arguments