Record TNotifyHeader
Unit
Declaration
type TNotifyHeader = record
Description
Compatible with Windows' NMHDR
Overview
Fields
| Public | hwndFrom: HWND; |
| Public | idFrom: uptr_t; |
| Public | code: Cardinal; |
Description
Fields
| Public | hwndFrom: HWND; |
|
Environment specific window handle or pointer | |
| Public | idFrom: uptr_t; |
|
Control ID of the window issuing the notification | |
| Public | code: Cardinal; |
|
A | |
This documentation is in the public domain under the Creative Commons Zero v1.0 Universal public license.