Home > front end >  What API/protocol is used to implement `Share` feature in windows explorer
What API/protocol is used to implement `Share` feature in windows explorer

Time:01-05

I want to know the API or protocol of the Share feature in the windows explorer like this enter image description here 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?

  •  Tags:  
  • Related