Skip to content

Latest commit

 

History

History
98 lines (83 loc) · 2.64 KB

nf-callobj-icallinterceptor-registersink.md

File metadata and controls

98 lines (83 loc) · 2.64 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:callobj.ICallInterceptor.RegisterSink
ICallInterceptor::RegisterSink (callobj.h)
Registers an event sink for receiving notifications of method calls.
ICallInterceptor interface [COM]
RegisterSink method
ICallInterceptor.RegisterSink
ICallInterceptor::RegisterSink
RegisterSink
RegisterSink method [COM]
RegisterSink method [COM]
ICallInterceptor interface
_com_icallinterceptor_registersink
callobj/ICallInterceptor::RegisterSink
com.icallinterceptor_registersink
com\icallinterceptor_registersink.htm
com
07de2e42-0490-4801-8951-6e71ffb8ed93
12/05/2018
ICallInterceptor interface [COM],RegisterSink method, ICallInterceptor.RegisterSink, ICallInterceptor::RegisterSink, RegisterSink, RegisterSink method [COM], RegisterSink method [COM],ICallInterceptor interface, _com_icallinterceptor_registersink, callobj/ICallInterceptor::RegisterSink, com.icallinterceptor_registersink
callobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Callobj.idl
Windows
19H1
ICallInterceptor::RegisterSink
callobj/ICallInterceptor::RegisterSink
c++
APIRef
kbSyntax
COM
Callobj.h
ICallInterceptor.RegisterSink

ICallInterceptor::RegisterSink

-description

Registers an event sink for receiving notifications of method calls.

Only a single event sink may be registered with an interceptor at a time. Registering a sink of NULL is legal, and causes the interceptor to release any previously registered sink that it might be holding on to.

-parameters

-param psink [in]

A pointer to the event sink. See ICallFrameEvents.

-returns

This method can return the following values.

Return code Description
S_OK
The method completed successfully.
E_UNEXPECTED
An unexpected error has occurred.

-see-also

ICallInterceptor