Skip to content

Latest commit

 

History

History
113 lines (96 loc) · 2.32 KB

nf-tapi3-itqueue-get_name.md

File metadata and controls

113 lines (96 loc) · 2.32 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:tapi3.ITQueue.get_Name
ITQueue::get_Name (tapi3.h)
The ITQueue::get_Name (tapi3.h) method gets the queue name.
ITQueue interface [TAPI 2.2]
get_Name method
ITQueue.get_Name
ITQueue::get_Name
_tapi3_itqueue_get_name
get_Name
get_Name method [TAPI 2.2]
get_Name method [TAPI 2.2]
ITQueue interface
tapi3.itqueue_get_name
tapi3cc/ITQueue::get_Name
tapi3\itqueue_get_name.htm
tapi3
c2a9f402-9341-426f-8994-902b754ceed9
08/10/2022
ITQueue interface [TAPI 2.2],get_Name method, ITQueue.get_Name, ITQueue::get_Name, _tapi3_itqueue_get_name, get_Name, get_Name method [TAPI 2.2], get_Name method [TAPI 2.2],ITQueue interface, tapi3.itqueue_get_name, tapi3cc/ITQueue::get_Name
tapi3.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITQueue::get_Name
tapi3/ITQueue::get_Name
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITQueue.get_Name

ITQueue::get_Name

-description

The get_Name method gets the queue name.

-parameters

-param ppName [out]

Pointer to BSTR representation of queue name.

-returns

This method can return one of these values.

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

-remarks

The application must use SysFreeString to free the memory allocated for the ppName parameter.

-see-also

ITQueue