C# Class FarsiLibrary.Win.FAPopup.HookManager.API_MSG

Show file Open project: HEskandari/FarsiLibrary

Public Properties

Property Type Description
Hwnd System.IntPtr
LParam System.IntPtr
Msg int
Pt System.Windows.Forms.POINT
Time int
WParam System.IntPtr

Public Methods

Method Description
FromMessage ( Message &msg ) : void
ToMessage ( ) : Message

Method Details

FromMessage() public method

public FromMessage ( Message &msg ) : void
msg System.Windows.Forms.Message
return void

ToMessage() public method

public ToMessage ( ) : Message
return System.Windows.Forms.Message

Property Details

Hwnd public property

public IntPtr,System Hwnd
return System.IntPtr

LParam public property

public IntPtr,System LParam
return System.IntPtr

Msg public property

public int Msg
return int

Pt public property

public POINT,System.Windows.Forms Pt
return System.Windows.Forms.POINT

Time public property

public int Time
return int

WParam public property

public IntPtr,System WParam
return System.IntPtr