C# Class TOAPI.Types.MSG

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
hWnd System.IntPtr
lParam System.IntPtr
message int
pt POINT
time int
wParam System.IntPtr

Méthodes publiques

Méthode 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

Méthode Description
Parenthesize ( string input ) : string

Method Details

Create() public static méthode

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

MsgToString() public static méthode

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
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public static méthode

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

Property Details

hWnd public_oe property

public IntPtr,System hWnd
Résultat System.IntPtr

lParam public_oe property

public IntPtr,System lParam
Résultat System.IntPtr

message public_oe property

public int message
Résultat int

pt public_oe property

public POINT pt
Résultat POINT

time public_oe property

public int time
Résultat int

wParam public_oe property

public IntPtr,System wParam
Résultat System.IntPtr