classname_fixed_put

This function writes all of the fixed size (not char, string or BLOB) field values in a single call.

Prototype

 
    MCO_RET	classname_fixed_put(	/*IN*/ classname *handle, 
                      /*OUT*/ classname_fixed const * value );
 

Arguments

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

Description

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.

Return Codes

MCO_S_OK The values were written successfully
MCO_E_TRANSACT  

MCO_ERR_OBJECT_HANDLE

 

Related Topics Link IconRelated Topics