C# Class WoW.Fishing.Utilities.WindowsAPI

Mostra file Open project: trenus/Bots.WoW.Fishing

Public Methods

Method Description
ListWindows ( ) : void

Private Methods

Method Description
EnumWindows ( EnumWindowsProc callback, IntPtr extraData ) : bool
EnumWindowsMethod ( IntPtr hWnd, IntPtr lParam ) : bool
GetWindowText ( IntPtr hWnd, [ lpString, int nMaxCount ) : int
GetWindowThreadProcessId ( HandleRef handle, int &processId ) : int

Method Details

ListWindows() public static method

public static ListWindows ( ) : void
return void