Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

Initializing and Uninitializing the Library

You must initialize the C++ Class Library before use and uninitialize it when you are finished with it. Normally the initialization is done at the beginning of your program and the uninitialization is done at the end.

Use the
OStartup routine to initialize the class library and OShutdown to uninitialize it. You must call these routines for every process. They initialize per-process state in the class library DLL.

OLE users: These routines call OleInitialize and OleUninitialize. If OLE is already running when OStartup is called, OShutdown does not call OleUninitialize.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents