Class Win32MessageFilterFuncNotifiedHandler
Notified Handler for Win32MessageFilterFunc. A notified annotation indicates the closure should
be kept alive until it is manually removed by the user. This removal is indicated by a
destroy_notify event, emitted by the relevant library. Pass DestroyNotify in place of a
destroy_notify callback parameter.
public class Win32MessageFilterFuncNotifiedHandler
- Inheritance
-
Win32MessageFilterFuncNotifiedHandler
- Inherited Members
Constructors
Win32MessageFilterFuncNotifiedHandler(Win32MessageFilterFunc?)
public Win32MessageFilterFuncNotifiedHandler(Win32MessageFilterFunc? managed)
Parameters
managedWin32MessageFilterFunc
Fields
DestroyNotify
public DestroyNotify? DestroyNotify
Field Value
NativeCallback
public Win32MessageFilterFunc? NativeCallback