This document is archived and information here might be outdated. Recommended version. |
Startup the event listener helper class passing it the interfaces it listens to.
[Visual Basic .NET]
Public Sub Startup ( _
ByVal eventInterface As IntPtr _
)
[C#]
public void Startup (
IntPtr eventInterface
);
[C++]
HRESULT Startup(
System.IntPtr* eventInterface
);
[C++] Parameters eventInterface
eventInterface is a parameter of type void*