Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

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


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback