C# Class Talis.XIVPlugin.Twintania.Interop.WinAPI

Afficher le fichier Open project: Bio2hazard/talis.xivplugin.twintania

Private Properties

Свойство Type Description
GetForegroundWindow System.IntPtr
GetWindowLong int
GetWindowText int
SetWinEventHook System.IntPtr
SetWindowLayered void
SetWindowLong int
SetWindowTransparent void

Méthodes publiques

Méthode Description
GetActiveWindowTitle ( ) : string
ToggleClickThrough ( Window window ) : void

Private Methods

Méthode Description
GetForegroundWindow ( ) : IntPtr
GetWindowLong ( IntPtr hwnd, int index ) : int
GetWindowText ( IntPtr hWnd, StringBuilder text, int count ) : int
SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
SetWindowLayered ( IntPtr hwnd ) : void
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int
SetWindowTransparent ( IntPtr hwnd ) : void

Method Details

GetActiveWindowTitle() public static méthode

public static GetActiveWindowTitle ( ) : string
Résultat string

ToggleClickThrough() public static méthode

public static ToggleClickThrough ( Window window ) : void
window System.Windows.Window
Résultat void