Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The RegisterRequestRecipient method registers an application instance as being the proper one to handle assisted telephony requests.
Syntax
HRESULT RegisterRequestRecipient(
[in] long lRegistrationInstance,
[in] long lRequestMode,
[in] VARIANT_BOOL fEnable
);
Parameters
[in] lRegistrationInstance
Pointer to registration instance.
[in] lRequestMode
Request mode.
[in] fEnable
VARIANT_TRUE indicates that the caller wants to register as the handler; VARIANT_FALSE that it wants to unregister as the handler.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The TAPI object has not been initialized. |
|
Insufficient memory exists to perform the operation. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |