/* Adds/replaces a named key property.
   * name: Key property name.
   * value: Address of value structure.
   * type: Value type.
   */
  void add_key(
      const char *name, 
      const CMPIValue* value, 
      const CMPIType type)