This function returns the OID of the object referenced by its class handle.
MCO_RET classname_oid_get( /*IN*/ classname *handle, /*OUT*/ dbname_oid *oid );
handle | The address of a variable of type |
oid |
A pointer to a generated typedef dbname_oid, which will receive the OID of the object referenced by the handle |
This function will return the OID of the object referenced by handle.
MCO_S_OK | The OID was returned successfully |
MCO_E_TRANSACT | The transaction is in an error state |
MCO_ERR_OBJECT_HANDLE |
|
MCO_ERR_COMMON |
|