C# Class OldFashionedFun.Win32

ファイルを表示 Open project: swax/OldFashionedFun

Public Methods

Method Description
GetWindowLongPtr ( IntPtr hWnd, int nIndex ) : int

Private Methods

Method Description
EnumWindows ( EnumWindowsProc lpEnumFunc, IntPtr lParam ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetCursorPos ( POINT &lpPoint ) : bool
GetDesktopWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetKeyState ( VirtualKeyStates nVirtKey ) : short
GetParent ( IntPtr hWnd ) : IntPtr
GetTopWindow ( IntPtr hWnd ) : IntPtr
GetWindow ( IntPtr hWnd, uint uCmd ) : IntPtr
GetWindowLongPtr32 ( IntPtr hWnd, int nIndex ) : int
GetWindowLongPtr64 ( IntPtr hWnd, int nIndex ) : int
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
MoveWindow ( IntPtr hWnd, int x, int y, int cx, int cy, bool repaint ) : bool
SHAppBarMessage ( uint dwMessage, [ pData ) : IntPtr
SendMessage ( int hWnd, uint Msg, int wParam, int lParam ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags ) : bool
WindowFromPoint ( POINT Point ) : IntPtr

Method Details

GetWindowLongPtr() public static method

public static GetWindowLongPtr ( IntPtr hWnd, int nIndex ) : int
hWnd IntPtr
nIndex int
return int