ReactOS 0.4.16-dev-329-g9223134
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CDummyOleWindow |
Macros | |
#define | PATH_VALID_ELEMENT |
#define | COPY_STREAM_DEFAULT_BUFFER_SIZE 0x4000 |
#define COPY_STREAM_DEFAULT_BUFFER_SIZE 0x4000 |
#define PATH_VALID_ELEMENT |
EXTERN_C BOOL WINAPI Activate_RunDLL | ( | _In_ HWND | hwnd, |
_In_ HINSTANCE | hinst, | ||
_In_ LPCWSTR | cmdline, | ||
_In_ INT | cmdshow | ||
) |
Definition at line 1139 of file utils.cpp.
Definition at line 153 of file utils.cpp.
Referenced by CDesktopFolder::_ParseDisplayNameByParent(), CDesktopFolder::ParseDisplayName(), and CDesktopFolder::ShellUrlParseDisplayName().
Definition at line 161 of file utils.cpp.
Referenced by CDrivesFolder::ParseDisplayName(), CFSFolder::ParseDisplayName(), and CRegFolder::ParseDisplayName().
Definition at line 368 of file utils.cpp.
Referenced by SHParseDisplayName().
EXTERN_C HRESULT BindCtx_RegisterObjectParam | ( | _In_ IBindCtx * | pBindCtx, |
_In_ LPOLESTR | pszKey, | ||
_In_opt_ IUnknown * | punk, | ||
_Out_ LPBC * | ppbc | ||
) |
Definition at line 428 of file utils.cpp.
Referenced by SHParseDisplayName().
EXTERN_C HRESULT WINAPI CopyStreamUI | ( | _In_ IStream * | pSrc, |
_Out_ IStream * | pDst, | ||
_Inout_opt_ IProgressDialog * | pProgress, | ||
_In_opt_ DWORDLONG | dwlSize | ||
) |
Definition at line 983 of file utils.cpp.
|
static |
Definition at line 1189 of file utils.cpp.
Referenced by PathIsEqualOrSubFolder().
|
static |
Definition at line 1206 of file utils.cpp.
Referenced by DynamicSHGetSpecialFolderPathW().
|
static |
Definition at line 1238 of file utils.cpp.
Referenced by PathIsEqualOrSubFolder().
EXTERN_C WORD WINAPI ExtractIconResInfoA | ( | _In_ HANDLE | hHandle, |
_In_ LPCSTR | lpFileName, | ||
_In_ WORD | wIndex, | ||
_Out_ LPWORD | lpSize, | ||
_Out_ LPHANDLE | lpIcon | ||
) |
Definition at line 506 of file utils.cpp.
|
static |
Definition at line 1407 of file utils.cpp.
Referenced by GetDfmCmd().
UINT GetDfmCmd | ( | _In_ IContextMenu * | pCM, |
_In_ LPCSTR | verba | ||
) |
Definition at line 1421 of file utils.cpp.
Referenced by BrFolder_OnContextMenu().
|
static |
Definition at line 866 of file utils.cpp.
Referenced by Int64ToString().
|
static |
Definition at line 821 of file utils.cpp.
Referenced by Int64ToString().
EXTERN_C INT WINAPI Int64ToString | ( | _In_ LONGLONG | llValue, |
_Out_writes_(cchOut) LPWSTR | pszOut, | ||
_In_ UINT | cchOut, | ||
_In_ BOOL | bUseFormat, | ||
_In_opt_ const NUMBERFMTW * | pNumberFormat, | ||
_In_ DWORD | dwNumberFlags | ||
) |
Definition at line 926 of file utils.cpp.
Referenced by DoTestEntry(), LargeIntegerToString(), and Test_Int64ToString().
EXTERN_C HRESULT InvokeIExecuteCommand | ( | _In_ IExecuteCommand * | pEC, |
_In_ PCWSTR | pszCommandName, | ||
_In_opt_ IPropertyBag * | pPB, | ||
_In_opt_ IShellItemArray * | pSIA, | ||
_In_opt_ LPCMINVOKECOMMANDINFOEX | pICI, | ||
_In_opt_ IUnknown * | pSite | ||
) |
Definition at line 1352 of file utils.cpp.
Referenced by InvokeIExecuteCommandWithDataObject().
EXTERN_C HRESULT InvokeIExecuteCommandWithDataObject | ( | _In_ IExecuteCommand * | pEC, |
_In_ PCWSTR | pszCommandName, | ||
_In_opt_ IPropertyBag * | pPB, | ||
_In_ IDataObject * | pDO, | ||
_In_opt_ LPCMINVOKECOMMANDINFOEX | pICI, | ||
_In_opt_ IUnknown * | pSite | ||
) |
Definition at line 1393 of file utils.cpp.
Referenced by CDefaultContextMenu::InvokeRegVerb().
Definition at line 673 of file utils.cpp.
Referenced by IsSuspendAllowed().
EXTERN_C HRESULT IUnknown_InitializeCommand | ( | _In_ IUnknown * | pUnk, |
_In_ PCWSTR | pszCommandName, | ||
_In_opt_ IPropertyBag * | pPB | ||
) |
Definition at line 1339 of file utils.cpp.
Referenced by InvokeIExecuteCommand(), and CDefaultContextMenu::InvokeRegVerb().
EXTERN_C INT WINAPI LargeIntegerToString | ( | _In_ const LARGE_INTEGER * | pLargeInt, |
_Out_writes_(cchOut) LPWSTR | pszOut, | ||
_In_ UINT | cchOut, | ||
_In_ BOOL | bUseFormat, | ||
_In_opt_ const NUMBERFMTW * | pNumberFormat, | ||
_In_ DWORD | dwNumberFlags | ||
) |
Definition at line 964 of file utils.cpp.
Referenced by DoTestEntry(), and Test_LargeIntegerToString().
Definition at line 122 of file utils.cpp.
Referenced by SHOpenEffectiveToken().
Definition at line 85 of file utils.cpp.
Referenced by CFSFolder::_CreateIDListFromName().
Definition at line 1274 of file utils.cpp.
Referenced by PathIsTemporaryW(), and START_TEST().
Definition at line 492 of file utils.cpp.
EXTERN_C HRESULT SHBindToObject | ( | _In_opt_ IShellFolder * | psf, |
_In_ LPCITEMIDLIST | pidl, | ||
_In_ REFIID | riid, | ||
_Out_ void ** | ppvObj | ||
) |
Definition at line 253 of file utils.cpp.
Referenced by _BindToObject(), CDesktopFolder::_ParseDisplayNameByParent(), BrFolder_InitTreeView(), CRegItemContextMenu_CreateInstance(), SHELL_GetIDListTarget(), Shell_ParsePrinterName(), and CDesktopFolder::ShellUrlParseDisplayName().
HRESULT SHBindToObjectEx | ( | _In_opt_ IShellFolder * | pShellFolder, |
_In_ LPCITEMIDLIST | pidl, | ||
_In_opt_ IBindCtx * | pBindCtx, | ||
_In_ REFIID | riid, | ||
_Out_ void ** | ppvObj | ||
) |
Definition at line 220 of file utils.cpp.
Referenced by SHBindToObject().
Definition at line 325 of file utils.cpp.
Referenced by ShellExecuteExW(), and SHGetNameAndFlagsW().
Definition at line 734 of file utils.cpp.
HRESULT Shell_DisplayNameOf | ( | _In_ IShellFolder * | psf, |
_In_ LPCITEMIDLIST | pidl, | ||
_In_ DWORD | dwFlags, | ||
_Out_ LPWSTR | pszBuf, | ||
_In_ UINT | cchBuf | ||
) |
Definition at line 263 of file utils.cpp.
Referenced by CFSDropTarget::_DoDrop(), and SHGetNameAndFlagsW().
Definition at line 203 of file utils.cpp.
Referenced by CDesktopFolder::ParseDisplayName(), and CDesktopFolder::ShellUrlParseDisplayName().
HRESULT SHELL_GetIDListTarget | ( | _In_ LPCITEMIDLIST | pidl, |
_Out_ PIDLIST_ABSOLUTE * | ppidl | ||
) |
Definition at line 313 of file utils.cpp.
Referenced by SHBrowseForFolderW().
HRESULT Shell_TranslateIDListAlias | ( | _In_ LPCITEMIDLIST | pidl, |
_In_ HANDLE | hToken, | ||
_Out_ LPITEMIDLIST * | ppidlAlias, | ||
_In_ DWORD | dwFlags | ||
) |
Definition at line 144 of file utils.cpp.
Referenced by CDesktopFolder::ParseDisplayName().
EXTERN_C BOOL WINAPI SHFindComputer | ( | LPCITEMIDLIST | pidlRoot, |
LPCITEMIDLIST | pidlSavedSearch | ||
) |
Definition at line 795 of file utils.cpp.
Referenced by CTrayWindow::HandleCommand(), CTrayWindow::HandleHotKey(), and StartMenuHandler::ShowSearchComputer().
DWORD SHGetAttributes | ( | _In_ IShellFolder * | psf, |
_In_ LPCITEMIDLIST | pidl, | ||
_In_ DWORD | dwAttributes | ||
) |
Definition at line 279 of file utils.cpp.
Referenced by CFSDropTarget::_DoDrop(), BrFolder_InsertItem(), CRegItemContextMenu_CreateInstance(), and SHGetNameAndFlagsW().
HRESULT SHGetNameAndFlagsW | ( | _In_ LPCITEMIDLIST | pidl, |
_In_ DWORD | dwFlags, | ||
_Out_opt_ LPWSTR | pszText, | ||
_In_ UINT | cchBuf, | ||
_Inout_opt_ DWORD * | pdwAttributes | ||
) |
Definition at line 334 of file utils.cpp.
Referenced by DoGetFileTitle(), CShellLink::OnInitDialog(), SHELL_GetCaptionFromDataObject(), and CDesktopFolder::ShellUrlParseDisplayName().
EXTERN_C HRESULT WINAPI SHGetPathCchFromIDListW | ( | LPCITEMIDLIST | pidl, |
LPWSTR | pszPath, | ||
SIZE_T | cchPathMax | ||
) |
Referenced by DynamicSHGetPathFromIDListW().
EXTERN_C HRESULT WINAPI SHGetRealIDL | ( | _In_ IShellFolder * | psf, |
_In_ PCUITEMID_CHILD | pidlSimple, | ||
_Outptr_ PITEMID_CHILD * | ppidlReal | ||
) |
Definition at line 1305 of file utils.cpp.
Referenced by CDefView::OnChangeNotify().
Definition at line 692 of file utils.cpp.
Definition at line 547 of file utils.cpp.
HRESULT SHILAppend | ( | _Inout_ LPITEMIDLIST | pidl, |
_Inout_ LPITEMIDLIST * | ppidl | ||
) |
Definition at line 106 of file utils.cpp.
Referenced by CFSFolder::_ParseSimple(), BrFolder_Treeview_Rename(), and CFSFolder::ParseDisplayName().
HRESULT SHILClone | ( | _In_opt_ LPCITEMIDLIST | pidl, |
_Outptr_ LPITEMIDLIST * | ppidl | ||
) |
Definition at line 46 of file utils.cpp.
Referenced by BrFolder_Treeview_Rename(), CShellBrowser::BrowseToPath(), CCabFolder::GetCurFolder(), CShellBrowser::GetPidl(), CCopyMoveToMenu::Initialize(), CEnumIDList::Next(), CShellBrowser::OpenNewBrowserWindow(), CFSFolder::SetNameOf(), CRegFolder::SetNameOf(), and SHGetRealIDL().
EXTERN_C HRESULT WINAPI SHInvokePrivilegedFunctionW | ( | _In_ LPCWSTR | pszName, |
_In_ PRIVILEGED_FUNCTION | fn, | ||
_In_opt_ LPARAM | lParam | ||
) |
Definition at line 574 of file utils.cpp.
HRESULT SHIsFileSysBindCtx | ( | _In_ IBindCtx * | pBindCtx, |
_Out_opt_ WIN32_FIND_DATAW * | pFindData | ||
) |
Definition at line 186 of file utils.cpp.
Referenced by CDesktopFolder::ParseDisplayName(), CDrivesFolder::ParseDisplayName(), and CFSFolder::ParseDisplayName().
Definition at line 538 of file utils.cpp.
Referenced by SHGetUserSessionId(), SHInvokePrivilegedFunctionW(), and SHTestTokenPrivilegeW().
EXTERN_C BOOL WINAPI SHOpenPropSheetA | ( | _In_opt_ LPCSTR | pszCaption, |
_In_opt_ HKEY * | ahKeys, | ||
_In_ UINT | cKeys, | ||
_In_ const CLSID * | pclsidDefault, | ||
_In_ IDataObject * | pDataObject, | ||
_In_opt_ IShellBrowser * | pShellBrowser, | ||
_In_opt_ LPCSTR | pszStartPage | ||
) |
Definition at line 1100 of file utils.cpp.
EXTERN_C LPWSTR WINAPI ShortSizeFormatW | ( | _In_ DWORD | dwNumber, |
_Out_writes_(0x8FFF) LPWSTR | pszBuffer | ||
) |
Definition at line 527 of file utils.cpp.
EXTERN_C HRESULT WINAPI SHSetFolderPathA | ( | _In_ INT | csidl, |
_In_ HANDLE | hToken, | ||
_In_ DWORD | dwFlags, | ||
_In_ LPCSTR | pszPath | ||
) |
Definition at line 474 of file utils.cpp.
Definition at line 174 of file utils.cpp.
Referenced by CDesktopFolder::_ParseDisplayNameByParent().
EXTERN_C HRESULT WINAPI SHStartNetConnectionDialogA | ( | _In_ HWND | hwnd, |
_In_ LPCSTR | pszRemoteName, | ||
_In_ DWORD | dwType | ||
) |
Definition at line 1165 of file utils.cpp.
Referenced by SHStartNetConnectionDialog().
Definition at line 617 of file utils.cpp.
Referenced by IsShutdownAllowed().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |