BExplorer.Shell.FileOperationDialog.SetClassLongPtr32 C# (CSharp) Метод

SetClassLongPtr32() приватный Метод

private SetClassLongPtr32 ( IntPtr hWnd, int nIndex, uint dwNewLong ) : uint
hWnd System.IntPtr
nIndex int
dwNewLong uint
Результат uint
        public static extern uint SetClassLongPtr32(IntPtr hWnd, int nIndex, uint dwNewLong);