OpenClovis Logo

Public Attributes | List of all members
ClCorJobDescriptor Struct Reference

Structure to store read job data. More...

#include <clCorMetaData.h>

Public Attributes

ClUint32T numOfAttrDesc
 Number of job attribute descriptors.
ClCorObjectHandleTobjHandle
 Pointer to the object handle.
ClCorOpsT opType
 Operation type which will take one of the following: CL_COR_OP_CREATE, CL_COR_OP_SET, CL_COR_OP_GET, CL_COR_OP_DELETE.
ClCorAttrValueDescriptorPtrT pAttrDesc
 Array of attribute descriptors.
ClCorMOIdPtrT pMoId
 Pointer to the MOID.

Detailed Description

Structure to store read job data.

This will be used while doing bulk get.

Member Data Documentation

ClCorObjectHandleT* ClCorJobDescriptor::objHandle

Pointer to the object handle.

For create operation it will store the object handle of the object created. For set/get/delete operation it will store the handle to the object on which operation need to be done.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen