Compartir a través de


ISelf.SetPhones Method

Applies a safearray of IPhone objects for phone settings.

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

Syntax

HRESULT SetPhones
(
   SAFEARRAY(IPhone )* phones,
   IUnknown* selfCallback,
   VARIANT state,
   IAsynchronousOperation** asyncOperation
);

Parameters

  • phones
    Type: IEnumerable<IPhone>
    A value of the SAFEARRAY(IPhone) type.
  • selfCallback
    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.

See Also

ISelf Interface

UCCollaborationLib Namespace