Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |