ITDirectoryObject::get_Name method (rend.h)
[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
The get_Name method gets the name of the directory object.
Syntax
HRESULT get_Name(
[out] BSTR *ppName
);
Parameters
[out] ppName
Pointer to BSTR representation of directory name.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
Invalid pointer. |
|
Insufficient memory exists to perform the operation. |
Remarks
The application must use SysFreeString to free the memory allocated for the ppName parameter.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |
DLL | Rend.dll |