Data structure for an instance attribute.

typedef struct _DCIInstAttr {
  uint32              size;      /*  Total structure size. */
  uint32              flags;     /*  Instance flags. */
  UMAVarLenDescr      reserved;  /*  Reserved, set to 0 for Release 1. */
  UMAElementDescr     localExt;  /*  Local extensions used by implementation-specific information. */
  UMAVarLenDescr      label;
  UMAVarLenData       data;
} DCIInstAttr;

typedef   DCIInstAttr   * DCIInstAttr ;

The DCIInstAttr structure can be used to obtain a particular instance's label.


[Back: DCIDataAttr Field - data]
[Next: DCIInstAttr Field - size]