Skip to content

Commit

Permalink
Use the correct enum when getting command string
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusyuriv committed Jun 12, 2024
1 parent e97964b commit 7515695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ private static void ProcessMenuWithIcons(IntPtr hMenu, IContextMenu contextMenu,
var commandBuilder = new StringBuilder(256);
contextMenu.GetCommandString(
mii.wID - ContextMenuStartId,
(uint)ContextMenuFlags.Explore,
(uint)GetCommandStringFlags.Verb,
IntPtr.Zero,
commandBuilder,
commandBuilder.Capacity
Expand Down

0 comments on commit 7515695

Please sign in to comment.