@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Callback used by SetWinEventHook !!!!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: WinEventDelegate@msdn on MSDN
Edit user32.WinEventDe...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.