@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Message Structure used in Journaling !!!!C# Definition: struct EVENTMSG { public UInt32 message; public UInt32 paramL; public UInt32 paramH; public UInt32 time; public IntPtr hwnd; } !!!!VB Definition: Structure EVENTMSG Public message As UInt32 Public paramL As UInt32 Public paramH As UInt32 Public time As UInt32 Public hwnd As IntPtr End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: EVENTMSG@msdn on MSDN
Edit Structures.EVENTMSG
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.