46 #define MAX_OBJ_NAME_SIZE       255      
   61     U32BIT objectInfoOffset;     
 
   62     U16BIT objectInfoLength;     
 
   63     U32BIT messageBodyOffset;    
 
   64     U32BIT messageBodyLength;    
 
   72 BOOLEAN objectDataGetKeyAndLen( 
const MemPtr mpObjectData,
 
   89      const MemPtr      mpObjectData,
 
   94 BOOLEAN odDirFindBinding(
 
   95          const MemPtr mpObject, pObjectDataInfo_t pObjInf, U8BIT* name,
 
   98 BOOLEAN odDirGetBindingInfo(
 
   99          const MemPtr mpBinding,
 
  102 U8BIT odDirBindingNameLength(
 
  103          const MemPtr mpBinding );
 
  105 U8BIT odDirBindingNameCopy(
 
  106          const MemPtr mpBinding,
 
  109 BOOLEAN odDirGetBindingKind(
 
  110          const MemPtr mpBinding,
 
  113 void odDirGetBindingsCount(
 
  114          const MemPtr mpObject, pObjectDataInfo_t pObjInf,
 
  115          U16BIT *pBindingsCount );
 
  117 U16BIT odDirCountAndFirstBinding(
 
  118          const MemPtr mpObject, pObjectDataInfo_t pObjInf,
 
  119          MemPtr *mpFirstBinding );
 
  121 BOOLEAN odDirGetNextBinding(
 
  122          const MemPtr mpCurrBinding,
 
  123          MemPtr *mpNextBinding );
 
Definition: clDsmSystem.h:508
 
General include file for clDsm library internal definitions. 
 
Header to the linkList module - Functions/methods for managing linked lists of items created in manag...
 
Definition: clDsmSystem.h:525
 
Definition: clDsmSystem.h:514
 
Defines memory access utils to work with managed (MemMgr) memory. 
 
BOOLEAN objectDataGetInfo(const MemPtr mpObjectData, ObjectDataInfo_t *pObjInf)
Parse the supplied object data. Verify selected fields. Extract relevant information from selected fi...
Definition: object.c:120