Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

GMF_$CLOSE                        Domain/OS                         GMF_$CLOSE


NAME
     gmf_$close - close a GMF

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/gmf.h>

     void gmf_$close(
          ios_$id_t &stream_id,
          status_$t *status)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/gmf.ins.pas';

     procedure gmf_$close(
          in stream_id: ios_$id_t;
          out status: status_$t );

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'
     %include '/sys/ins/gmf.ins.ftn'

           integer*4 status
           integer*2 stream_id

           call gmf_$close(stream_id, status)

DESCRIPTION
     Gmf_$close closes the GMF open on stream_id.

     stream_id
          The stream ID of the GMF to be closed.

     status
          The completion status.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026