Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
|---|---|
|
Method succeeded. |
|
The ppName parameter is not a valid pointer. |
|
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 |