_IUccSessionDescriptionEvaluator 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.

Encapsulates the callback function, implemented by an application and called by the UCC API, to determine whether a session is an application session.

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

Syntax

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

Remarks

This interface defines a callback function implemented by an UCC API application. The UCC API calls the callback function to determine whether a client is interested in handling an incoming session with a specified content type and description. The session is deemed an application session if the client wants to handle it. (The pIsApplicationSession parameter returns a TRUE value.) In this case, the server ignores further processing of the session. The client should set the pIsApplicationSession parameter to FALSE if it does not want to handle the session. The server proceeds processing the session. The server ignores the session if it does not recognized the session. An application registers the callback function with the API when creating an application session.

Win32 COM/C++ Syntax

interface _IUccSessionDescriptionEvaluator : 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

_IUccSessionDescriptionEvaluator Members
Microsoft.Office.Interop.UccApi Namespace