Name

NMHDR

Synopsis

Contains information used by notification messages:

Private Type NMHDR
    hwndFrom As Long
    idfrom As Long
    code As Long
End Type

Structure Members

hwndFrom

The handle to the control sending this notification message

idFrom

The identifier of the control sending this notification message

code

A code identifying the type of notification

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.