C# Class PC.PowerBuddy.Interop.Win32Interop

Mostra file Open project: MetaFight/PowerBuddy

Public Methods

Method Description
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr

Private Methods

Method Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : IntPtr
IntPtrToInt32 ( IntPtr intPtr ) : int
IntSetWindowLong ( IntPtr hWnd, int nIndex, Int32 dwNewLong ) : Int32
IntSetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
SetLastError ( int dwErrorCode ) : void

Method Details

SetWindowLong() public static method

public static SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
return System.IntPtr