IITDatabase interface (infotech.h)

Use this interface for opening and closing the database object, and for instantiating objects stored in the database.

Inheritance

The IITDatabase interface inherits from the IUnknown interface. IITDatabase also has these types of members:

Methods

The IITDatabase interface has these methods.

 
IITDatabase::Close

Closes a database.
IITDatabase::CreateObject

Creates an unnamed object you can reference in the future through the *pdwObjInstance parameter.
IITDatabase::GetObject

Retrieves a specified IUnknown-based interface on the object identified by the dwObjInstance parameter.
IITDatabase::Open

Opens a database.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h