Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) Part Number B14308-01 |
|
Applies To
Description
This method breaks the connection between the Abound object and the OBinder to which it has been bound.
Usage
oresult Unbind (void)
Remarks
This method unbinds the Abound object and calls its Shutdown trigger. The Shutdown trigger can return OFAILURE, in which case the Unbinding is canceled.
If the Unbinding is successful, neither the OBinder nor the Abound is destroyed. Only their relationship is terminated.
Return Value
An oresult indicating whether the operation succeeded (OSUCCESS) or not (OFAILURE).