This function writes all of the fixed size (not char, string or BLOB) field values in a single call.
MCO_RET classname_fixed_put( /*IN*/ classname *handle, /*OUT*/ classname_fixed const * value );
handle | A pointer to a classname handle |
value |
A pointer to a structure variable of type classname_fixed which contains the fixed length data in the object referenced by handle |
This function writes all of the fixed size (not char, string or BLOB) field values in a single call. The C structure pointer value contains the fixed size data.
MCO_S_OK | The values were written successfully |
MCO_E_TRANSACT | |
MCO_ERR_OBJECT_HANDLE |
|