Struct Win32.TagNMHDR
Holds message data sent with WM_NOTIFY.
public struct Win32.TagNMHDR
- Inherited Members
Remarks
Compare ScNotificationHeader.
See https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-nmhdr
Fields
Code
A message code.
public uint Code
Field Value
HwndFrom
Environment specific window handle or pointer
public IntPtr HwndFrom
Field Value
IdFrom
Control ID of the window issuing the notification
public UIntPtr IdFrom