EVENTMSG (Structures)
Last changed: Patrick Porter-205.145.107.100

.
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 on MSDN