Product Information > JADE Object Manager Guide > Chapter 3 - JADE Application Programming Interface (API) > Getting a Property

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.

pHandle

pOid

pProp

pValue

lineNo