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

Getting an Object

The jomGetObject call, shown in the following example, copies the object buffer contents into the area specified in the pObjectBuffer parameter.

int jomGetObject(const DskHandle   *pHandle,
                 const DskObjectId *pOid,
                 DskParam          *pObjectBuffer,
                 UInt32            lineNo)

The format of this buffer is internally determined by the JADE Object Manager.

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

pHandle

pOid

pObjectBuffer

lineNo