WinEventDelegate (user32)
Last changed: -84.155.194.131

.
Summary

C# Definition:

delegate void WinEventDelegate(IntPtr hWinEventHook, uint eventType,
    IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime);

VB Definition:

Delegate Sub WinEventDelegate( _
        ByVal hWinEventHook As IntPtr, _
        ByVal eventType As UInteger, _
        ByVal hwnd As IntPtr, _
        ByVal idObject As Integer, _
        ByVal idChild As Integer, _
        ByVal dwEventThread As UInteger, _
        ByVal dwmsEventTime As UInteger _
    )

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation