DsInqObjStatus(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DsInqObjStatus − Check the existence of an object
SYNOPSIS
C:
DtObjectStatus DsInqObjStatus(object)
DtObject object;
Fortran:
INTEGER∗4 DSQVOS(OBJECT)
INTEGER∗4 OBJECT
DESCRIPTION
DsInqObjStatus returns the status of the object specified by the parameter object. Possible return values are:
DcObjectValid <DCOVLD>
The object is exists.
DcObjectDeleted <DCODEL>
The object has been deleted.
DcObjectInvalid <DCOINV>
The object does not exist.
SEE ALSO
DsInqObj(3D), DsInqObjName(3D)
September 29, 2021