PAD_$ISA_DM_PAD Domain/OS PAD_$ISA_DM_PAD
NAME
pad_$isa_dm_pad - test whether a stream is open on a local DM pad
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/pad.h>
void pad_$force_prompt(
ios_$id_t &stream_id,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/pad.ins.pas';
procedure pad_$isa_dm_pad(
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_$isa_dm_pad(stream_id, status)
DESCRIPTION
Pad_$isa_dm_pad returns successfully if and only if the stream specified
in stream_id is open on a pad supported by the local Display Manager.
stream_id
The stream ID to test.
status
The completion status. If status equals status_$ok, then the stream
is open on a local Display Manager pad, otherwise the stream is not
open on a pad supported by the local Display Manager.
SEE ALSO
pad_$is_icon, pad_$isa.