Getting a Property Description

The jomGetPropertyDesc call, shown in the following example, is used to get the description of a property of a specified object.

int jomGetPropertyDesc(const DskHandle   *pHandle,
                       const DskObjectId *pOid,
                       DskParam          *pProp,
                       DskParam          *pValue,
                       UInt32            lineNo)

The parameters for this call are described in the following subsections.