Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 2.17 KB

nf-tapi-lineunhold.md

File metadata and controls

78 lines (60 loc) · 2.17 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:tapi.lineUnhold
lineUnhold function (tapi.h)
The lineUnhold function retrieves the specified held call.
_tapi2_lineunhold
lineUnhold
lineUnhold function [TAPI 2.2]
tapi/lineUnhold
tapi2.lineunhold
tapi2\lineunhold.htm
tapi3
c32d8d3a-f54c-411a-ae86-4aecd6dce456
12/05/2018
_tapi2_lineunhold, lineUnhold, lineUnhold function [TAPI 2.2], tapi/lineUnhold, tapi2.lineunhold
tapi.h
Windows
Tapi32.lib
Tapi32.dll
Windows
19H1
lineUnhold
tapi/lineUnhold
c++
APIRef
kbSyntax
DllExport
Tapi32.dll
lineUnhold

lineUnhold function

-description

The lineUnhold function retrieves the specified held call.

-parameters

-param hCall

Handle to the call to be retrieved. The application must be an owner of this call. The call state of hCall must be onHold, onHoldPendingTransfer, or onHoldPendingConference.

-returns

Returns a positive request identifier if the function is completed asynchronously, or a negative error number if an error occurs. The dwParam2 parameter of the corresponding LINE_REPLY message is zero if the function succeeds or it is a negative error number if an error occurs. Possible return values are:

LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONUNAVAIL, LINEERR_INVALCALLSTATE, LINEERR_OPERATIONFAILED, LINEERR_NOMEM, LINEERR_RESOURCEUNAVAIL, LINEERR_NOTOWNER, LINEERR_UNINITIALIZED.

-see-also

LINE_REPLY

Supplementary Line Service Functions

TAPI 2.2 Reference Overview