The IUnknown interface is a common interface supported by all OLE objects and, therefore, by all speech objects. An application uses IUnknown to obtain pointers to other interfaces supported by an object and to manage the interface pointers after obtaining them.
The IUnknown interface has these member functions:
AddRef |
QueryInterface |
Release |