bstr_object_move(3) — Subroutines
Name
bstr_object_move − Moves an object from one Domain to another.
Syntax
bstr_t_status bstr_object_move (bstr_t_reference ∗object,
bstr_t_fullname new_name,
bstr_t_rcb ∗control);
Description
The bstr_object_move procedure allows you to move the object object to the new_name Domain. However, you cannot change the name of the object.
Arguments
object
access: read
The current address of the object that you wish to move.
new_name
access: read
The name of the new Domain to which you wish to move the object.
control
access: read The address of the optional request control block.
Return Values
| BSTR_S_NORMAL | Normal successful completion |
| BSTR_S_BAD_PARAMETER | Invalid parameter value |
| BSTR_S_INVALID_OPERATION | Invalid operation |
| BSTR_S_NOT_INITIALIZED | BASEstar Open not initialized |
| BSTR_S_INVALID_RCB | Invalid Request Control Block |
See Also
| bstr_object_rename | # |