Library /sys$common/syshlp/helplib.hlb  —  RTL Routines, LIB$  LIB$GET_ACCNAM
    The Get Access Name Table for Protected Object Class (by Name)
    routine is a simplified interface to the $GET_SECURITY system
    service, and returns a pointer to the access name table for a
    protected object class that is specified by name.

    Format

      LIB$GET_ACCNAM  [clsnam] , [objnam] ,accnam

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

2  –  Arguments

 clsnam

    OpenVMS usage:char_string
    type:         character-coded text string
    access:       read only
    mechanism:    by descriptor

    The address of a character-string descriptor pointing to the
    name of a protected object class. This argument is optional and
    defaults to FILE.

 objnam

    OpenVMS usage:char_string
    type:         character-coded text string
    access:       read only
    mechanism:    by descriptor

    The address of a character-string descriptor pointing to the
    name of a protected object. This argument is optional. If it is
    omitted, the access name table returned is that used for objects
    of the class specified by the clsnam argument.

 accnam

    OpenVMS usage:access_names
    type:         longword (unsigned)
    access:       write only
    mechanism:    by reference

    The address of a longword into which this routine writes the
    address of the access name table.
Close Help