[This is preliminary documentation and is subject to change.]

Contains publicly wisible declarations related to Windows window messages. Contains declarations of window messages constants and related wParam, lParam and return value constants.

Classes

  ClassDescription
Public classWindowMessage
Implements windows message as reference type

Interfaces

  InterfaceDescription
Public interfaceIWindowsMessagesProviderRef
Interface of object that provides event raised when window message processing is required
Public interfaceIWindowsMessagesProviderVal<(Of <(<'T>)>)>
Generic interface of object that provides event raised when window message processing is required

Delegates

  DelegateDescription
Public delegateWndProc
The WindowProc function is an application-defined function that processes messages sent to a window. The WNDPROC type defines a pointer to this callback function. WindowProc is a placeholder for the application-defined function name.
Public delegateWndProcEventArgs
Delegate of procedure that serves as event handler for WndProc
Public delegateWndProcEventArgs<(Of <(<'T>)>)>
Delegate of procedure tah serves as event handler for conrete message provider

Enumerations

  EnumerationDescription
Public enumerationWindowMessages
Window messages