public static interface WEvtApi.EVT_SUBSCRIBE_CALLBACK
extends com.sun.jna.win32.StdCallLibrary.StdCallCallback
| Modifier and Type | Method and Description |
|---|---|
int |
onEvent(int evtSubscribeNotifyAction,
com.sun.jna.platform.win32.WinDef.PVOID userContext,
com.sun.jna.platform.win32.WinNT.HANDLE eventHandle)
Callback method that will be invoked when new events come in
|
int onEvent(int evtSubscribeNotifyAction,
com.sun.jna.platform.win32.WinDef.PVOID userContext,
com.sun.jna.platform.win32.WinNT.HANDLE eventHandle)
evtSubscribeNotifyAction - the notify actionuserContext - the user contexteventHandle - the event handleCopyright © 2022 Apache NiFi Project. All rights reserved.