Copyright Digital Equipment Corp. All rights reserved.
On Alpha systems, 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, refer to the HP 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);
Arguments