Partager via


ICustomGroup.Rename Method

Renames the custom group.

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

Syntax

HRESULT Rename
(
   BSTR newName,
   IUnknown* groupCallback,
   VARIANT state,
   IAsynchronousOperation** asyncOperation
);

Parameters

  • newName
    Type: String
    A value of the BSTR type.
  • groupCallback
    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

ICustomGroup Interface

UCCollaborationLib Namespace