ClientType Enumeration
Enumerates the client type.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum ClientType
{
ucClientTypeUC = 1,
ucClientTypeDelegator = 2,
ucClientTypeResponseGroup = 3
};
Members
Member name | Description | |
---|---|---|
ucClientTypeUC |
Out of process Communicator client.
|
|
ucClientTypeDelegator |
Delegator client.
|
|
ucClientTypeResponseGroup |
Response Group.
|