C# Class PC.PowerBuddy.Interop.Win32Interop

Afficher le fichier Open project: MetaFight/PowerBuddy

Méthodes publiques

Méthode Description
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr

Private Methods

Méthode 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 méthode

public static SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
Résultat System.IntPtr