IOS_DIR_$TELLDIR Domain/OS IOS_DIR_$TELLDIR
NAME
ios_dir_$telldir - return a seek key for a directory
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/ios.h>
#include <apollo/ios_dir.h>
long ios_dir_$telldir(
ios_$id_t &stream_id,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/ios.ins.pas';
%include '/sys/ins/ios_dir.ins.pas';
function ios_dir_$telldir(
in stream_id: ios_$id_t;
out status: status_$t): integer32;
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
integer*2 stream_id
integer*4 status
integer*4 seek_key
seek_key = ios_dir_$telldir(stream_id, status)
DESCRIPTION
Ios_dir_$telldir returns a seek key describing the current position of
the stream pointer in the directory open on stream_id.
stream_id
An ID for a stream open on a directory.
status
The completion status.