Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Unbind Method

Applies To

OBound

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).