This function constructs a
MCO_READ_WRITEhandle that can be used to ‘put’ the elements of a structure, where the structure itself is an element of structname1 (nested structures). structhandle1 must have been constructed within the scope of aMCO_READ_WRITEtransaction.
MCO_RET structname_structname_write_handle( /*IN*/ structname1 *structhandle1, /*OUT*/ structname2 *structhandle2 );
| structhandle1 | A pointer to a structname1 handle |
|
structhandle2 |
A pointer to a structname2 handle |
This function constructs a
MCO_READ_WRITEhandle that can be used to ‘put’ the elements of a structure, where the structure itself is an element of structname1 (nested structures). structhandle1 must have been constructed within the scope of aMCO_READ_WRITEtransaction.
| MCO_S_OK | The handle was constructed successfully |
| MCO_E_ACCESS | The transaction that the class handle is scoped to is MCO_READ_ONLY |
| MCO_E_EMPTYOPTIONAL | The classhandle is for an optional struct that has been erased or has not yet been allocated |