System.Windows.Forms.NativeForm.SetWindowLong C# (CSharp) Méthode

SetWindowLong() private méthode

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