ITACDGroup::get_Name method (tapi3cc.h)

The get_Name method gets the ACD group name. This string can be a displayable name for the group.

Syntax

HRESULT get_Name(
  [out] BSTR *ppName
);

Parameters

[out] ppName

Pointer to BSTR representation of group name.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The ppName parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Remarks

The application must free ppName through SysFreeString when the variable is no longer needed.

Requirements

Requirement Value
Target Platform Windows
Header tapi3cc.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITACDGroup