IUccOperationProgressEvent Interface

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.

Represents the event data of an event as the response to an asynchronous request.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Interface IUccOperationProgressEvent
    Inherits IUnknown
public interface IUccOperationProgressEvent : IUnknown
public interface class IUccOperationProgressEvent : IUnknown
public interface IUccOperationProgressEvent extends IUnknown
public interface IUccOperationProgressEvent extends IUnknown

Remarks

An response to any asynchronous request uses this interface to return the status of completion to an application. Such a response is a method of a _IUcc*Events dispinterface. The name convention for such method is as follows: For a given asynchronous request, the name of the response is the name of the request prefixed by On. If the request name is Request, the response is OnRequest.

Win32 COM/C++ Syntax

interface IUccOperationProgressEvent : IUnknown

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

IUccOperationProgressEvent Members
Microsoft.Office.Interop.UccApi Namespace