ILyncClient.Initialize Method
Starts the UC Client initialization.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT Initialize
(
BSTR clientName,
BSTR version,
BSTR clientShortName,
BSTR clientNameAbbreviation,
BSTR clientLongName,
VARIANT supportedFeatures,
IUnknown* LyncClientCallback,
VARIANT state,
IAsynchronousOperation** asyncOperation
);
Parameters
- clientName
Type: String
A value of the BSTR type.
- version
Type: String
A value of the BSTR type. The default value is NULL.
- clientShortName
Type: String
A value of the BSTR type. The default value is NULL.
- clientNameAbbreviation
Type: String
A value of the BSTR type. The default value is NULL.
- clientLongName
Type: String
A value of the BSTR type. The default value is NULL.
- supportedFeatures
Type: Object
A value of the VARIANT type. The default value is NULL.
- LyncClientCallback
Type: Object
A value of the IUnknown type. The default value is NULL.
- state
Type: Object
A value of the VARIANT type.
Return Value
A value of the IAsynchronousOperation** (IAsynchronousOperation, for a .NET application) type.