PAD_$DELETE_FRAME Domain/OS PAD_$DELETE_FRAME
NAME
pad_$delete_frame - clear and delete a frame
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/pad.h>
void pad_$delete_frame(
ios_$id_t &stream_id,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/pad.ins.pas';
procedure pad_$delete_frame(
in stream_id: ios_$id_t;
out status: status_$t);
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/pad.ins.ftn'
integer*4 status
integer*2 stream_id
call pad_$delete_frame(stream_id, status)
DESCRIPTION
Pad_$delete_frame deletes the currently open frame from the pad open on
stream_id. The pad returns to line-oriented processing.
stream_id
The ID of the stream on which the pad is open.
status
The completion status.
SEE ALSO
pad_$clear_frame, pad_$close_frame, pad_$create_frame.