Skip to content

Latest commit

 

History

History
145 lines (121 loc) · 4 KB

nf-rend-itdirectoryobjectconference-put_description.md

File metadata and controls

145 lines (121 loc) · 4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rend.ITDirectoryObjectConference.put_Description
ITDirectoryObjectConference::put_Description (rend.h)
The put_Description method sets the description of the conference.
ITDirectoryObjectConference interface [TAPI 2.2]
put_Description method
ITDirectoryObjectConference.put_Description
ITDirectoryObjectConference::put_Description
_tapi3_itdirectoryobjectconference_put_description
put_Description
put_Description method [TAPI 2.2]
put_Description method [TAPI 2.2]
ITDirectoryObjectConference interface
rend/ITDirectoryObjectConference::put_Description
tapi3.itdirectoryobjectconference_put_description
tapi3\itdirectoryobjectconference_put_description.htm
tapi3
46f58067-22ec-490e-b6cc-0fdc12dbb8f7
12/05/2018
ITDirectoryObjectConference interface [TAPI 2.2],put_Description method, ITDirectoryObjectConference.put_Description, ITDirectoryObjectConference::put_Description, _tapi3_itdirectoryobjectconference_put_description, put_Description, put_Description method [TAPI 2.2], put_Description method [TAPI 2.2],ITDirectoryObjectConference interface, rend/ITDirectoryObjectConference::put_Description, tapi3.itdirectoryobjectconference_put_description
rend.h
Windows
Rend.idl
Rend.dll
Windows
19H1
ITDirectoryObjectConference::put_Description
rend/ITDirectoryObjectConference::put_Description
c++
APIRef
kbSyntax
COM
Rend.dll
ITDirectoryObjectConference.put_Description

ITDirectoryObjectConference::put_Description

-description

[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 put_Description method sets the description of the conference.

-parameters

-param pDescription [in]

Pointer to a BSTR containing the description of the conference.

-returns

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The pDescription parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_FAIL
Unspecified error.
E_NOTIMPL
This method is not yet implemented.

-remarks

The application must use SysAllocString to allocate memory for the pDescription parameter and use SysFreeString to free the memory when the variable is no longer needed.

This function may send data over the wire in unencrypted form; therefore, someone eavesdropping on the network may be able to read the data. The security risk of sending the data in clear text should be considered before using this method.

-see-also

ITDirectoryObjectConference

ITDirectoryObjectConference::get_Description