Share via


Obtaining Unified Communications Client API Interface Pointers

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

There are three ways by which a Win32/C++ application can obtain a COM interface pointer before calling its members. These involve calling a co-creatable co-class, calling QueryInterface of the IUnknown interface, or using a factory object or method.

In This Section

See Also

Concepts

Getting Started Using Unified Communications Client API in an MFC Application
Catching Unified Communications Client API Events Using ATL Templates
Reading and Setting Unified Communications Client API Interface Properties