UCOfficeIntegration Class

Exposes the IUCOfficeIntegration interface. The class can be co-created.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

CComPtr &ltIUCOfficeIntegration;> pIUCOfficeIntegration; 
 hr = CoCreateInstance( 
   __uuidof(UCOfficeIntegration),
   NULL,
   CLSCTX_LOCAL_SERVER,
   __uuidof(IUCOfficeIntegration),
   (LPVOID *) &pIUCOfficeIntegration;   );

Remarks

The Model API or Automation interfaces are obtained using this class. This class implements the IUCOfficeIntegration interface. The default interface is IUCOfficeIntegration. An application obtains the default interface on the class instance directly. Non default interfaces, if any, can be obtained by calling QueryInterface on the default interface. An instance of this class is also a source of the events defined in the _IUCOfficeIntegrationEvents dispinterface. The class identifier (CLSID) of this class is 424BE3CD-34AB-4f51-9C57-4341166DC8FA. This class can be cocreated.

Inheritance Hierarchy

Object
  UCCollaborationLib.UCOfficeIntegration

See Also

UCOfficeIntegration Members

UCCollaborationLib Namespace