ole.h header

This header is used by Component Object Model (COM). For more information, see:

ole.h contains the following programming interfaces:

Functions

 
OleCreate

The OleCreate function (ole.h) creates an embedded object identified by a CLSID. It can implement the menu item that allows the insertion of a new object.
OleCreateFromFile

The OleCreateFromFile function (ole.h) creates an embedded object from the contents of a named file.
OleDraw

The OleDraw function (ole.h) enables drawing objects more easily. You can use it instead of calling IViewObject::Draw directly.
OleLoadFromStream

The OleLoadFromStream function (ole.h) loads an object from the stream.
OleSaveToStream

The OleSaveToStream function (ole.h) saves an object with the IPersistStream interface on it to the specified stream.