C# Class DamageMeter.UI.WindowsServices

Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
ClickNoFocus ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
SetWindowExTransparent ( IntPtr hwnd ) : void
SetWindowExVisible ( IntPtr hwnd ) : void

Private Methods

Méthode Description
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int

Method Details

ClickNoFocus() public static méthode

public static ClickNoFocus ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
Résultat System.IntPtr

SetWindowExTransparent() public static méthode

public static SetWindowExTransparent ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void

SetWindowExVisible() public static méthode

public static SetWindowExVisible ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void