¡@

Home 

c++ Programming Glossary: pidl

Programmatically selecting file in explorer

http://stackoverflow.com/questions/3010305/programmatically-selecting-file-in-explorer

interested void BrowseToFile LPCTSTR filename ITEMIDLIST pidl ILCreateFromPath filename if pidl SHOpenFolderAndSelectItems.. filename ITEMIDLIST pidl ILCreateFromPath filename if pidl SHOpenFolderAndSelectItems pidl 0 0 0 ILFree pidl share improve..

API Hook on a COM object function?

http://stackoverflow.com/questions/3692836/api-hook-on-a-com-object-function

I can decide whether to reject them based on their target pidl. So my question is is there any reason I should NOT do this.. DetourBrowseObject IShellBrowser _this PCUIDLIST_RELATIVE pidl UINT wFlags BROWSEOBJECT fpBrowseObject NULL BROWSEOBJECT ShellBrowser_BrowseObject.. DetourBrowseObject IShellBrowser _this PCUIDLIST_RELATIVE pidl UINT wFlags if NavigateIsOkay pidl wFlags return fpBrowseObject..