Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
518 views

Quick Access and Namespace Extensions: Unpin object

When I right click on an lnk file - link on a virtual folder in a namespace extension -, then the functions CreateViewObject and/or GetUiObjectOf of my IShellFolder/IShellFolder2 implementations are ...
gouigoui's user avatar
0 votes
1 answer
937 views

How to create shortcut for virtual folder in C++ on windows 7?

The platform I am using is windows 7. I need to create shortcut for the virtual folder on windows 7. I use windows 7 SDK sample to create a virtual folder under Computer: The sample project name is ...
beasone's user avatar
  • 1,085