Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

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 © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents