C# Class TOAPI.Types.MSG

Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
hWnd System.IntPtr
lParam System.IntPtr
message int
pt POINT
time int
wParam System.IntPtr

Public Methods

Method Description
Create ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : MSG
MsgToString ( int msg ) : string

Returns the symbolic name of the msg value, or null if it isn't one of the existing constants.

ToString ( ) : string
ToString ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : string

Private Methods

Method Description
Parenthesize ( string input ) : string

Method Details

Create() public static method

public static Create ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : MSG
hWnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
return MSG

MsgToString() public static method

Returns the symbolic name of the msg value, or null if it isn't one of the existing constants.
public static MsgToString ( int msg ) : string
msg int
return string

ToString() public method

public ToString ( ) : string
return string

ToString() public static method

public static ToString ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : string
hWnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
return string

Property Details

hWnd public_oe property

public IntPtr,System hWnd
return System.IntPtr

lParam public_oe property

public IntPtr,System lParam
return System.IntPtr

message public_oe property

public int message
return int

pt public_oe property

public POINT pt
return POINT

time public_oe property

public int time
return int

wParam public_oe property

public IntPtr,System wParam
return System.IntPtr