You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get Win10's context menu using QueryContextMenu from IShellFolder in CsWin32.
But since IShellFolder.CreateViewObject doesn't support IExplorerCommandPorovider and that interface has to share the implementation with the target menu I cant instance IExplorerCommandPorovider with CoCreateInstance.
Is there undocumented function?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I can get Win10's context menu using QueryContextMenu from IShellFolder in CsWin32.
But since IShellFolder.CreateViewObject doesn't support IExplorerCommandPorovider and that interface has to share the implementation with the target menu I cant instance IExplorerCommandPorovider with CoCreateInstance.
Is there undocumented function?
Beta Was this translation helpful? Give feedback.
All reactions