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.