/***************************************************************************/ /** **/ /** HPE CONFIDENTIAL. This software is confidential proprietary software **/ /** licensed by Hewlett-Packard Enterprise Development, LP, and is not **/ /** authorized to be used, duplicated OR disclosed to anyone without the **/ /** prior written permission of HPE. **/ /** © 2023 Copyright Hewlett-Packard Enterprise Development, LP **/ /** **/ /** VMS SOFTWARE, INC. CONFIDENTIAL. This software is confidential **/ /** proprietary software licensed by VMS Software, Inc., and is not **/ /** authorized to be used, duplicated or disclosed to anyone without **/ /** the prior written permission of VMS Software, Inc. **/ /** © 2023 Copyright VMS Software, Inc. **/ /** **/ /***************************************************************************/ /********************************************************************************************************************************/ /* Created: 9-Nov-2023 12:06:41 by OpenVMS SDL V3.7 */ /* Source: 23-JUN-2004 13:16:13 $1$DGA8345:[LIB_H.SRC]RMSPUBSTR.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $RMSEDTDEF ***/ #ifndef __RMSEDTDEF_LOADED #define __RMSEDTDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /* */ /* RMS Extension Dispatch Table */ /* */ /* The RMS extension dispatch table defines the vector area for RMS processing */ /* callouts. */ /* */ #define RMSEDT$K_CURVER 1 #define RMSEDT$C_CURVER 1 #define RMSEDT$K_XAB_DISPLAY 63 #define RMSEDT$K_LENGTH 180 #define RMSEDT$C_LENGTH 180 #define RMSEDT$S_RMSEDTDEF 180 /* Old size name - synonym */ typedef struct _rmsedt { unsigned short int rmsedt$w_size; unsigned char rmsedt$b_version; unsigned char rmsedt$b_flags; int (*rmsedt$a_close)(); int (*rmsedt$a_connect)(); int (*rmsedt$a_create)(); int (*rmsedt$a_implied_create)(); int (*rmsedt$a_delete)(); int (*rmsedt$a_disconnect)(); int (*rmsedt$a_display)(); int (*rmsedt$a_erase)(); int (*rmsedt$a_implied_erase)(); int (*rmsedt$a_extend)(); int (*rmsedt$a_autoextend)(); int (*rmsedt$a_find)(); int (*rmsedt$a_flush)(); int (*rmsedt$a_get)(); int (*rmsedt$a_open)(); int (*rmsedt$a_put)(); int (*rmsedt$a_read)(); int (*rmsedt$a_rename)(); int (*rmsedt$a_implied_rename)(); int (*rmsedt$a_rewind)(); int (*rmsedt$a_init_wcc_search)(); int (*rmsedt$a_next_ecxt_search)(); int (*rmsedt$a_delete_wcc_search)(); int (*rmsedt$a_space)(); int (*rmsedt$a_truncate)(); int (*rmsedt$a_update)(); int (*rmsedt$a_write)(); int (*rmsedt$a_open_ltj)(); int (*rmsedt$a_close_ltj)(); int (*rmsedt$a_format_journal)(); int (*rmsedt$a_write_journal)(); int (*rmsedt$a_flush_journal)(); int (*rmsedt$a_create_ruj)(); int (*rmsedt$a_close_ruj)(); int (*rmsedt$a_dispose_ru)(); int (*rmsedt$a_write_ruj)(); int (*rmsedt$a_flush_ruj)(); int (*rmsedt$a_lock_record)(); int (*rmsedt$a_unlock_record)(); int (*rmsedt$a_unlock_all_records)(); int (*rmsedt$a_is_record_locked)(); int (*rmsedt$a_is_record_write_locked)(); int (*rmsedt$a_is_record_lock_held)(); int (*rmsedt$a_xab_dispatch)(); } RMSEDT; #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __RMSEDTDEF_LOADED */