Struct WindowsHook.MSLLHOOKSTRUCT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct MSLLHOOKSTRUCT
Fields
dwExtraInfo
Declaration
public IntPtr dwExtraInfo
Field Value
System.IntPtr
|
flags
Declaration
public uint flags
Field Value
System.UInt32
|
mouseData
Declaration
public uint mouseData
Field Value
System.UInt32
|
pt
time
Declaration
public uint time
Field Value
System.UInt32
|