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

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 © 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