Getting a Property

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

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

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