#include <precomp.h>
Go to the source code of this file.
Defines |
| #define | CSIDL_FLAG_CREATE 0x8000 |
Functions |
| void | HandleException (COMException &e, HWND hwnd) |
| | Exception Handler for COM exceptions.
|
| ShellFolder & | GetDesktopFolder () |
| HRESULT | path_from_pidlA (IShellFolder *folder, LPCITEMIDLIST pidl, LPSTR buffer, int len) |
| HRESULT | path_from_pidlW (IShellFolder *folder, LPCITEMIDLIST pidl, LPWSTR buffer, int len) |
| HRESULT | name_from_pidl (IShellFolder *folder, LPCITEMIDLIST pidl, LPTSTR buffer, int len, SHGDNF flags) |
| UINT | ILGetSize_local (LPCITEMIDLIST pidl) |
| HRESULT | ShellFolderContextMenu (IShellFolder *shell_folder, HWND hwndParent, int cidl, LPCITEMIDLIST *apidl, int x, int y, CtxMenuInterfaces &cm_ifs) |