I want to know the API or protocol of the Share feature in the windows explorer like this
Does anybody have any ideas?
CodePudding user response:
ShowShareUIForWindow (MSDN says it requires Windows 8 but it actually only works in Windows 10/11 in a normal desktop application).
How do I show the sharing pane from a Win32 desktop application?