diff --git a/Windows.Shell/ShellObjects/ShellContextMenu.cs b/Windows.Shell/ShellObjects/ShellContextMenu.cs index 24dc42dc..78ac5559 100644 --- a/Windows.Shell/ShellObjects/ShellContextMenu.cs +++ b/Windows.Shell/ShellObjects/ShellContextMenu.cs @@ -394,7 +394,7 @@ namespace Vanara.Windows.Shell { cbSize = (uint)Marshal.SizeOf(typeof(MENUINFO)), fMask = MenuInfoMember.MIM_MENUDATA, - dwMenuData = (UIntPtr)tag + dwMenuData = (IntPtr)tag }; foreach (Menu item in menu.MenuItems)