HomeSort by relevance Sort by last modified time
    Searched refs:IShellItem (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h 22 typedef interface IShellItem IShellItem;
    [all...]
shlobj.h 780 SHSTDAPI SHCreateShellItem(LPCITEMIDLIST pidlParent,IShellFolder *psfParent,LPCITEMIDLIST pidl,IShellItem **ppsi);
    [all...]
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 38 // Helper function to retrieve the url from IShellItem interface passed in.
40 HRESULT GetUrlFromShellItem(IShellItem* shell_item, base::string16* url) {
46 // IShellItem::GetDisplayName function.
349 CComPtr<IShellItem> shell_item;

Completed in 154 milliseconds