DsInqObjType(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DsInqObjType − This function is obsolete and has been replaced by DsInqObjClassId
SYNOPSIS
C:
DtInt DsInqObjType(object)
DtObject object;
FORTRAN:
INTEGER∗4 DSQOT(OBJECT)
INTEGER∗4 OBJECT
DESCRIPTION
DsInqObjType finds an object’s type given its object handle. The parameter object specifies the object.
When an object is created, it is assigned a type. This type is identical to the class identifier of the class of which the object is an instance. The class identifier for a particular class can be queried with DsInqClassId <DSQCI>.
ERRORS
DsInqObjType will fail if the object handle is invalid; a -1 is returned.
[WARNING - invalid or deleted object]
SEE ALSO
September 02, 1992