cadencii.win32.SetWindowLongPtr C# (CSharp) Method

SetWindowLongPtr() private method

private SetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd IntPtr
nIndex int
dwNewLong IntPtr
return IntPtr
        public static extern IntPtr SetWindowLongPtr( IntPtr hWnd, int nIndex, IntPtr dwNewLong );
win32