BExplorer.Shell.FileOperationDialog.SetClassLongPtr32 C# (CSharp) Method

SetClassLongPtr32() private method

private SetClassLongPtr32 ( IntPtr hWnd, int nIndex, uint dwNewLong ) : uint
hWnd System.IntPtr
nIndex int
dwNewLong uint
return uint
        public static extern uint SetClassLongPtr32(IntPtr hWnd, int nIndex, uint dwNewLong);