[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
| Class | Description | |
|---|---|---|
| WindowMessage | Implements windows message as reference type |
Interfaces
| Interface | Description | |
|---|---|---|
| IWindowsMessagesProviderRef | Interface of object that provides event raised when window message processing is required | |
| IWindowsMessagesProviderVal<(Of <(<'T>)>)> | Generic interface of object that provides event raised when window message processing is required |
Delegates
| Delegate | Description | |
|---|---|---|
| WndProc | 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. | |
| WndProcEventArgs | Delegate of procedure that serves as event handler for WndProc | |
| WndProcEventArgs<(Of <(<'T>)>)> | Delegate of procedure tah serves as event handler for conrete message provider |
Enumerations
| Enumeration | Description | |
|---|---|---|
| WindowMessages | Window messages |