Dev2.Activities.ModalChecker.GetWindowLong C# (CSharp) Method

GetWindowLong() private method

private GetWindowLong ( IntPtr hWnd, int nIndex ) : uint
hWnd System.IntPtr
nIndex int
return uint
        private extern static uint GetWindowLong(IntPtr hWnd, int nIndex);
        [DllImport("user32")]