ReactOS 0.4.16-dev-1020-gf135cab
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | ShellPropSheetDialog |
struct | ShellPropSheetDialog::DATA |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
static HRESULT | SHELL_GetCaptionFromDataObject (IDataObject *pDO, LPWSTR Buf, UINT cchBuf) |
static void CALLBACK | FSFolderItemPropDialogInitCallback (LPCWSTR InitString, IDataObject *pDO, HKEY *hKeys, UINT *cKeys) |
static void CALLBACK | ClassPropDialogInitCallback (LPCWSTR InitString, IDataObject *pDO, HKEY *hKeys, UINT *cKeys) |
HRESULT | SHELL32_ShowFilesystemItemPropertiesDialogAsync (IDataObject *pDO) |
HRESULT | SHELL32_ShowFilesystemItemsPropertiesDialogAsync (HWND hOwner, IDataObject *pDO) |
HRESULT | SHELL32_ShowShellExtensionProperties (const CLSID *pClsid, IDataObject *pDO) |
HRESULT | SHELL_ShowItemIDListProperties (LPCITEMIDLIST pidl) |
|
static |
Definition at line 150 of file item_prop.cpp.
Referenced by SHELL32_ShowFilesystemItemPropertiesDialogAsync(), and SHELL32_ShowShellExtensionProperties().
|
static |
Definition at line 130 of file item_prop.cpp.
Referenced by SHELL32_ShowFilesystemItemPropertiesDialogAsync().
HRESULT SHELL32_ShowFilesystemItemPropertiesDialogAsync | ( | IDataObject * | pDO | ) |
Definition at line 157 of file item_prop.cpp.
Referenced by DrivesContextMenuCallback(), and SHELL32_ShowFilesystemItemsPropertiesDialogAsync().
HRESULT SHELL32_ShowFilesystemItemsPropertiesDialogAsync | ( | HWND | hOwner, |
IDataObject * | pDO | ||
) |
Definition at line 184 of file item_prop.cpp.
Referenced by SHELL32_ShowPropertiesDialog().
HRESULT SHELL32_ShowShellExtensionProperties | ( | const CLSID * | pClsid, |
IDataObject * | pDO | ||
) |
Definition at line 196 of file item_prop.cpp.
Referenced by RegFolderContextMenuCallback().
|
static |
Definition at line 13 of file item_prop.cpp.
Referenced by ShellPropSheetDialog::Show().
HRESULT SHELL_ShowItemIDListProperties | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 205 of file item_prop.cpp.
Referenced by CFSFolder::CallBack(), and CRecycleBin::InvokeCommand().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |