{
{  The purpose of this request is to open a file and construct a
{ pointer to a volume login table.
{
{  dmp$open_login_table (sfid, ring1, ring2, access_rights, access_selections,
{                 segment_pointer, status)
{
{  sfid: (input) Specifies the file identification for the file to
{                be opened.
{
{  ring1: (input) Specifies the first of two ring numbers to be used in
{                 creating the ring brackets of the file.
{
{  ring2: (input) The second of the two rings.
{
{  access_rights: (input) Specifies what kind of access to the file
{                         the caller requires.
{
{  access_selections: (input) Specifies how the caller wishes to access
{                             the file.
{
{  p_login_table: (output) Contains the pointer to the login table.
{
{  status: (output) This parameter returns the result of the request.
{

