C# Class CodeProject.Win32API.Hook.WndProcRetEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Properties

Property Type Description
cw CwPRetStruct
lParam System.IntPtr
wParam System.IntPtr

Private Methods

Method Description
WndProcRetEventArgs ( IntPtr wParam, IntPtr lParam ) : System

Property Details

cw public_oe property

public CwPRetStruct,CodeProject.Win32API.Hook cw
return CwPRetStruct

lParam public_oe property

public IntPtr,System lParam
return System.IntPtr

wParam public_oe property

public IntPtr,System wParam
return System.IntPtr