|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "wine/port.h"#include <stdarg.h>#include <stdio.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winreg.h"#include "wingdi.h"#include "winuser.h"#include "winver.h"#include "winnetwk.h"#include "mmsystem.h"#include "objbase.h"#include "exdisp.h"#include "shdeprecated.h"#include "shlobj.h"#include "shlwapi.h"#include "shellapi.h"#include "commdlg.h"#include "mlang.h"#include "mshtmhst.h"#include "wine/unicode.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | _enumWndData |
| struct | FDSA_info |
| struct | tagPOLICYDATA |
| struct | SHELL_USER_SID |
| struct | SHELL_USER_PERMISSION |
| struct | objcompat_entry |
Typedefs | |
| typedef struct _enumWndData | enumWndData |
| typedef struct tagPOLICYDATA | POLICYDATA |
| typedef struct tagPOLICYDATA * | LPPOLICYDATA |
| typedef HRESULT(WINAPI * | DllGetVersion_func) (DLLVERSIONINFO *) |
| typedef struct SHELL_USER_SID | SHELL_USER_SID |
| typedef struct SHELL_USER_SID * | PSHELL_USER_SID |
| typedef struct SHELL_USER_PERMISSION | SHELL_USER_PERMISSION |
| typedef struct SHELL_USER_PERMISSION * | PSHELL_USER_PERMISSION |
Variables | |
| HINSTANCE | shlwapi_hInstance |
| DWORD | SHLWAPI_ThreadRef_index |
| static const WCHAR | strRegistryPolicyW [] |
| static const struct objcompat_entry | objcompat_table [] |
| #define GET_RGB | ( | h | ) | (ConvertHue(h, wMid1, wMid2) * 255 + 120) / 240 |
| #define IShellBrowser_EnableModeless IShellBrowser_EnableModelessSB |
| #define SHFORMATDT_UNSUPPORTED_FLAGS (FDTF_RELATIVE | FDTF_LTRDATE | FDTF_RTLDATE | FDTF_NOAUTOREADINGORDER) |
| typedef HRESULT(WINAPI * DllGetVersion_func) (DLLVERSIONINFO *) |
| typedef struct _enumWndData enumWndData |
| typedef struct tagPOLICYDATA * LPPOLICYDATA |
| typedef struct tagPOLICYDATA POLICYDATA |
| typedef struct SHELL_USER_SID * PSHELL_USER_SID |
| typedef struct SHELL_USER_SID SHELL_USER_SID |
Definition at line 3909 of file ordinal.c.
Definition at line 4043 of file ordinal.c.
Referenced by ColorAdjustLuma().
Definition at line 4506 of file ordinal.c.
Referenced by ColorAdjustLuma().
| HRESULT WINAPI ConnectToConnectionPoint | ( | IUnknown * | lpUnkSink, |
| REFIID | riid, | ||
| BOOL | fConnect, | ||
| IUnknown * | lpUnknown, | ||
| LPDWORD | lpCookie, | ||
| IConnectionPoint ** | lppCP | ||
| ) |
Definition at line 1193 of file ordinal.c.
Referenced by init_pointers().
Definition at line 4010 of file ordinal.c.
Definition at line 3575 of file ordinal.c.
Definition at line 3815 of file ordinal.c.
Definition at line 2487 of file ordinal.c.
| BOOL WINAPI FDSA_Initialize | ( | DWORD | block_size, |
| DWORD | inc, | ||
| FDSA_info * | info, | ||
| void * | mem, | ||
| DWORD | init_blocks | ||
| ) |
Definition at line 4735 of file ordinal.c.
Referenced by PathQualifyExW().
Definition at line 577 of file ordinal.c.
Referenced by init_pointers().
Definition at line 518 of file ordinal.c.
Referenced by GetAcceptLanguagesA().
Definition at line 3634 of file ordinal.c.
Definition at line 3644 of file ordinal.c.
Definition at line 4698 of file ordinal.c.
Referenced by DeleteMenuEx(), and SHMenuIndexFromID().
| BOOL WINAPI GetOpenFileNameWrapW | ( | LPOPENFILENAMEW | ofn | ) |
| BOOL WINAPI GetSaveFileNameWrapW | ( | LPOPENFILENAMEW | ofn | ) |
| PSECURITY_DESCRIPTOR WINAPI GetShellSecurityDescriptor | ( | const PSHELL_USER_PERMISSION * | apUserPerm, |
| int | cUserPerm | ||
| ) |
Definition at line 5264 of file ordinal.c.
Referenced by init_pointers().
Definition at line 783 of file ordinal.c.
Definition at line 5114 of file ordinal.c.
Definition at line 3035 of file ordinal.c.
Referenced by init_pointers().
| HRESULT WINAPI IConnectionPoint_InvokeWithCancel | ( | IConnectionPoint * | iCP, |
| DISPID | dispId, | ||
| DISPPARAMS * | dispParams, | ||
| DWORD | unknown1, | ||
| DWORD | unknown2 | ||
| ) |
Definition at line 3307 of file ordinal.c.
Referenced by init_pointers().
| HRESULT WINAPI IConnectionPoint_OnChanged | ( | IConnectionPoint * | lpCP, |
| DISPID | dispID | ||
| ) |
Definition at line 3364 of file ordinal.c.
Referenced by IUnknown_CPContainerOnChanged().
| HRESULT WINAPI IConnectionPoint_SimpleInvoke | ( | IConnectionPoint * | iCP, |
| DISPID | dispId, | ||
| DISPPARAMS * | dispParams | ||
| ) |
Definition at line 3331 of file ordinal.c.
Referenced by init_pointers().
Definition at line 4230 of file ordinal.c.
Referenced by CDefView::GetDefaultViewMode(), CShellDispatch::GetSetting(), CShellDispatch::GetSystemInformation(), InitializeServerAdminUI(), IsSystem64Bit(), and CControlPanelFolder::MessageSFVCB().
Definition at line 1245 of file ordinal.c.
Referenced by IUnknown_Set(), and SHWeakReleaseInterface().
| HRESULT WINAPIV IUnknown_CPContainerInvokeParam | ( | IUnknown * | container, |
| REFIID | riid, | ||
| DISPID | dispId, | ||
| VARIANTARG * | buffer, | ||
| DWORD | cParams, | ||
| ... | |||
| ) |
Definition at line 3403 of file ordinal.c.
Definition at line 3452 of file ordinal.c.
Definition at line 3684 of file ordinal.c.
| HRESULT WINAPI IUnknown_Exec | ( | IUnknown * | lpUnknown, |
| REFGUID | pguidCmdGroup, | ||
| DWORD | nCmdID, | ||
| DWORD | nCmdexecopt, | ||
| VARIANT * | pvaIn, | ||
| VARIANT * | pvaOut | ||
| ) |
Definition at line 1087 of file ordinal.c.
Referenced by CTrayBandSite::AddBand(), CISFBand::BandInfoChanged(), CTrayWindow::CheckTrayWndPosition(), CInternetToolbar::CreateMenuBar(), CBaseBar::Exec(), CShellBrowser::Exec(), CMenuSite::Exec(), ExecResetDefViewFolderSettings(), CShellBrowser::Initialize(), MayExecForwardMockup(), CBaseBarSite::OnCommand(), CInternetToolbar::OnFolders(), CInternetToolbar::OnSearch(), CShellBrowser::OnToggleAddressBandVisible(), CShellBrowser::OnToggleLinksBandVisible(), CShellBrowser::OnToggleTextLabels(), CShellBrowser::OnToggleToolbarBandVisible(), CShellBrowser::OnToggleToolbarLock(), CShellBrowser::OnToolbarCustomize(), CInternetToolbar::OnUpLevel(), CShellBrowser::SetAsDefFolderSettings(), CInternetToolbar::SetDirty(), CShellBrowser::ShowBand(), CShellBrowser::ShowControlWindow(), and CTrayBandSite::Update().
Definition at line 1457 of file ordinal.c.
Referenced by GetClassOfItem(), CDefView::GetDefaultViewStream(), CSearchBar::GetSearchResultsFolder(), init_pointers(), and SHSkipJunction().
Definition at line 2761 of file ordinal.c.
Referenced by CMenuDeskBar::_IsSubMenuParent(), CShellMenuCallback::OnInitMenu(), and CMenuFocusManager::UpdateFocus().
Definition at line 1336 of file ordinal.c.
Referenced by CMenuDeskBar::_IsSubMenuParent(), CMenuSite::AddBand(), BindCtx_GetUIWindow(), CInternetToolbar::CreateMenuBar(), CFSDropTarget::Drop(), CAddressEditBox::Execute(), CShellBrowser::GetControlWindow(), GetUiOwner(), CDockSite::Initialize(), CInternetToolbar::InitNew(), CTrayNotifyWnd::OnCreate(), CTrayWindow::OnCreate(), CShellMenuCallback::OnInitMenu(), CTrayWindow::OnOpenStartMenu(), CInternetToolbar::OnWinIniChange(), CAddressEditBox::ParseNow(), CShellBrowser::RepositionBars(), CMenuDeskBar::SetClient(), CMenuSite::SetDeskBarSite(), CISFBand::SetSite(), CTaskBand::SetSite(), CAddressBand::SetSite(), CInternetToolbar::SetSite(), CSearchBar::SetSite(), and CToolsBand::SetSite().
| HRESULT WINAPI IUnknown_HandleIRestrict | ( | LPUNKNOWN | lpUnknown, |
| PVOID | lpArg1, | ||
| PVOID | lpArg2, | ||
| PVOID | lpArg3, | ||
| PVOID | lpArg4 | ||
| ) |
Definition at line 1953 of file ordinal.c.
Definition at line 4468 of file ordinal.c.
Referenced by CBaseBarSite::HasFocusIO(), CInternetToolbar::HasFocusIO(), CBaseBar::HasFocusIO(), and CMenuDeskBar::HasFocusIO().
| HRESULT WINAPI IUnknown_OnFocusChangeIS | ( | LPUNKNOWN | lpUnknown, |
| LPUNKNOWN | pFocusObject, | ||
| BOOL | bFocus | ||
| ) |
Definition at line 4988 of file ordinal.c.
Referenced by CBaseBarSite::OnFocusChangeIS(), CBaseBar::OnFocusChangeIS(), CMenuDeskBar::OnFocusChangeIS(), CSearchBar::OnSetFocus(), and CAddressBand::UIActivateIO().
Definition at line 1931 of file ordinal.c.
| HRESULT WINAPI IUnknown_ProfferService | ( | IUnknown * | lpUnknown, |
| REFGUID | service, | ||
| IServiceProvider * | pService, | ||
| DWORD * | pCookie | ||
| ) |
Definition at line 1592 of file ordinal.c.
Referenced by init_pointers().
| HRESULT WINAPI IUnknown_QueryService | ( | IUnknown * | lpUnknown, |
| REFGUID | sid, | ||
| REFIID | riid, | ||
| LPVOID * | lppOut | ||
| ) |
Definition at line 1501 of file ordinal.c.
Referenced by CDefViewBckgrndMenu::_bIsDesktopBrowserMenu(), CExplorerBand::_CreateTreeView(), CExplorerBand::_DestroyTreeView(), CDefView::_MergeToolbar(), CMenuDeskBar::_OnActivate(), CDefaultContextMenu::BrowserFlagsFromVerb(), CDefaultContextMenu::DoCopyOrCut(), CDefaultContextMenu::DoCreateNewFolder(), CDefaultContextMenu::DoRename(), CFSDropTarget::Drop(), CAddressEditBox::Execute(), CBandProxy::FindBrowserWindow(), CAddressEditBox::GetAbsolutePidl(), CShellBrowser::GetMenuBand(), CSearchBar::GetSearchResultsFolder(), CRegTreeOptions::GetSetState(), CFolderOptions::HandleDefFolderSettings(), CAddressEditBox::Init(), CDefViewBckgrndMenu::InvokeCommand(), CNetConUiObject::InvokeCommand(), CAddressBand::IsGoButtonVisible(), CMenuFocusManager::IsTrackedWindowOrParent(), IUnknown_HandleIRestrict(), IUnknown_ProfferService(), IUnknown_QueryServiceExec(), IUnknown_QueryServiceForWebBrowserApp(), IUnknown_QueryServicePropertyBag(), CFindFolder::MessageSFVCB(), CSearchBar::OnInitDialog(), CInternetToolbar::OnMenuDropDown(), CSearchBar::OnSearchButtonClicked(), CInternetToolbar::OnTravelBack(), CInternetToolbar::OnTravelForward(), CAddressEditBox::ParseNow(), CMenuDeskBar::Popup(), QueryActiveShellView(), CInternetToolbar::QueryService(), CDefView::QueryService(), CMenuDeskBar::QueryService(), CMenuSite::QueryService(), CDefaultContextMenu::QueryService(), RegisterDefaultAcceptHeaders(), CNewMenu::SelectNewItem(), CAddressEditBox::SetOwner(), CInternetToolbar::SetSite(), CMenuBand::SetSite(), CMenuDeskBar::SetSite(), SHShouldShowWizards(), CDefaultContextMenu::TryToBrowse(), and CMenuBand::UIActivateIO().
| HRESULT WINAPI IUnknown_QueryServiceExec | ( | IUnknown * | lpUnknown, |
| REFIID | service, | ||
| const GUID * | group, | ||
| DWORD | cmdId, | ||
| DWORD | cmdOpt, | ||
| VARIANT * | pIn, | ||
| VARIANT * | pOut | ||
| ) |
Definition at line 1553 of file ordinal.c.
Referenced by CMenuBand::AdjustForTheme(), init_pointers(), CMenuDeskBar::Popup(), and CMenuDeskBar::SetIconSize().
| HRESULT WINAPI IUnknown_QueryServiceForWebBrowserApp | ( | IUnknown * | lpUnknown, |
| REFGUID | riid, | ||
| LPVOID * | lppOut | ||
| ) |
| HRESULT WINAPI IUnknown_QueryStatus | ( | IUnknown * | lpUnknown, |
| REFGUID | pguidCmdGroup, | ||
| ULONG | cCmds, | ||
| OLECMD * | prgCmds, | ||
| OLECMDTEXT * | pCmdText | ||
| ) |
Definition at line 1048 of file ordinal.c.
Referenced by CInternetToolbar::CommandStateChanged(), CShellBrowser::IsInternetToolbarBandShown(), MayQSForwardMockup(), CInternetToolbar::OnMenuDropDown(), CAddressBand::QueryStatus(), CMenuSite::QueryStatus(), and CShellBrowser::UpdateViewMenu().
Definition at line 2190 of file ordinal.c.
Referenced by Free(), and CFindFolderContextMenu::SetSite().
Definition at line 1385 of file ordinal.c.
Referenced by CTrayBandSite::AddContextMenus().
Definition at line 1411 of file ordinal.c.
Referenced by CMenuBand::_OnPopupSubMenu(), CMenuSite::AddBand(), CShellBrowser::BrowseToPath(), CreateStartMenu(), DCMA_DestroyEntry(), DCMA_InsertMenuItems(), CShellBrowser::DoFolderOptions(), CDefView::drag_notify_subitem(), CDefView::FillFileMenu(), CShellBrowser::GetBaseBar(), CDefView::GetItemObject(), CShellBrowser::Initialize(), CDockSite::Initialize(), CDefView::InvokeContextMenuCommand(), CDefaultContextMenu::LoadDynamicContextMenuHandler(), CDefView::OnDestroy(), CMenuBand::SetClient(), CMenuSite::SetDeskBarSite(), CFindFolderContextMenu::SetSite(), CDefViewBckgrndMenu::SetSite(), SHInvokeCommandOnContextMenuInternal(), CDefaultContextMenu::~CDefaultContextMenu(), and MenuCleanup::~MenuCleanup().
Definition at line 4436 of file ordinal.c.
Referenced by CBaseBarSite::TranslateAcceleratorIO(), CInternetToolbar::TranslateAcceleratorIO(), CBaseBar::TranslateAcceleratorIO(), CMenuDeskBar::TranslateAcceleratorIO(), and CShellBrowser::v_MayTranslateAccelerator().
| HRESULT WINAPI IUnknown_TranslateAcceleratorOCS | ( | IUnknown * | lpUnknown, |
| LPMSG | lpMsg, | ||
| DWORD | dwModifiers | ||
| ) |
Definition at line 1898 of file ordinal.c.
Definition at line 1633 of file ordinal.c.
Referenced by CTrayWindow::OnActivate(), CTrayWindow::OnSetFocus(), CMenuDeskBar::UIActivateIO(), CBaseBarSite::UIActivateIO(), CBaseBar::UIActivateIO(), and CMenuSite::UIActivateIO().
| HRESULT WINAPI MayExecForward | ( | IUnknown * | lpUnknown, |
| INT | nUnknown, | ||
| REFGUID | pguidCmdGroup, | ||
| DWORD | nCmdID, | ||
| DWORD | nCmdexecopt, | ||
| VARIANT * | pvaIn, | ||
| VARIANT * | pvaOut | ||
| ) |
Definition at line 2265 of file ordinal.c.
Referenced by TEST_MayExecForwardMockup().
| HRESULT WINAPI MayQSForward | ( | IUnknown * | lpUnknown, |
| PVOID | lpReserved, | ||
| REFGUID | riidCmdGrp, | ||
| ULONG | cCmds, | ||
| OLECMD * | prgCmds, | ||
| OLECMDTEXT * | pCmdText | ||
| ) |
Definition at line 2227 of file ordinal.c.
Referenced by TEST_MayQSForwardMockup().
Definition at line 3835 of file ordinal.c.
Definition at line 3877 of file ordinal.c.
Referenced by MLBuildResURLW().
| BOOL WINAPI PageSetupDlgWrapW | ( | LPPAGESETUPDLGW | pagedlg | ) |
Definition at line 3480 of file ordinal.c.
| BOOL WINAPI PrintDlgWrapW | ( | LPPRINTDLGW | printdlg | ) |
Definition at line 2515 of file ordinal.c.
Definition at line 348 of file ordinal.c.
Definition at line 934 of file ordinal.c.
Referenced by SHAboutInfoA().
Definition at line 169 of file ordinal.c.
Referenced by AppBar_CopyIn(), CreateNotificationParam(), CreateRegistrationParam(), init_pointers(), MakeSharedPacket(), and SHELL_ArgifyW().
| LPITEMIDLIST WINAPI SHBrowseForFolderWrapW | ( | LPBROWSEINFOW | lpBi | ) |
Definition at line 3585 of file ordinal.c.
Definition at line 5227 of file ordinal.c.
Definition at line 1800 of file ordinal.c.
Referenced by CInternetToolbar::OnContextMenu(), and CShellBrowser::UpdateViewMenu().
| HRESULT WINAPI SHCoCreateInstanceAC | ( | REFCLSID | rclsid, |
| LPUNKNOWN | pUnkOuter, | ||
| DWORD | dwClsContext, | ||
| REFIID | iid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 4759 of file ordinal.c.
| HRESULT WINAPI SHCreatePropertyBagOnRegKey | ( | HKEY | hKey, |
| LPCWSTR | subkey, | ||
| DWORD | grfMode, | ||
| REFIID | riid, | ||
| void ** | ppv | ||
| ) |
Definition at line 5398 of file ordinal.c.
Referenced by CDefaultContextMenu::InvokeRegVerb(), and SHPropertyBag_OnRegKey().
| HWND WINAPI SHCreateWorkerWindowA | ( | WNDPROC | wndProc, |
| HWND | hWndParent, | ||
| DWORD | dwExStyle, | ||
| DWORD | dwStyle, | ||
| HMENU | hMenu, | ||
| LONG_PTR | wnd_extra | ||
| ) |
Definition at line 2798 of file ordinal.c.
Referenced by init_pointers(), and SHCreateWorkerWindowW().
| HWND WINAPI SHCreateWorkerWindowW | ( | WNDPROC | wndProc, |
| HWND | hWndParent, | ||
| DWORD | dwExStyle, | ||
| DWORD | dwStyle, | ||
| HMENU | hMenu, | ||
| LONG_PTR | wnd_extra | ||
| ) |
Definition at line 3127 of file ordinal.c.
Referenced by DoShellContextMenu(), CToolbarProxy::Initialize(), CBrandBand::SetSite(), CInternetToolbar::SetSite(), SHCreateDefaultWorkerWindow(), and CUserNotification::Show().
| UINT WINAPI SHDefExtractIconWrapW | ( | LPCWSTR | pszIconFile, |
| int | iIndex, | ||
| UINT | uFlags, | ||
| HICON * | phiconLarge, | ||
| HICON * | phiconSmall, | ||
| UINT | nIconSize | ||
| ) |
Definition at line 3727 of file ordinal.c.
| BOOL WINAPI ShellExecuteExWrapW | ( | LPSHELLEXECUTEINFOW | lpExecInfo | ) |
Definition at line 3605 of file ordinal.c.
| INT WINAPIV ShellMessageBoxWrapW | ( | HINSTANCE | hInstance, |
| HWND | hWnd, | ||
| LPCWSTR | lpText, | ||
| LPCWSTR | lpCaption, | ||
| UINT | uType, | ||
| ... | |||
| ) |
Definition at line 5162 of file ordinal.c.
Definition at line 1781 of file ordinal.c.
Referenced by CInternetToolbar::OnContextMenu(), CShellBrowser::OnInitMenuPopup(), CShellBrowser::UpdateGotoMenu(), and CShellBrowser::UpdateViewMenu().
| INT WINAPI SHFileOperationWrapW | ( | LPSHFILEOPSTRUCTW | lpFileOp | ) |
Definition at line 2133 of file ordinal.c.
Referenced by CDefView::OnPrintClient().
| INT WINAPI SHFormatDateTimeA | ( | const FILETIME UNALIGNED * | fileTime, |
| DWORD * | flags, | ||
| LPSTR | buf, | ||
| UINT | size | ||
| ) |
Definition at line 5518 of file ordinal.c.
Referenced by CCabFolder::GetItemDetails(), and init_pointers().
| INT WINAPI SHFormatDateTimeW | ( | const FILETIME UNALIGNED * | fileTime, |
| DWORD * | flags, | ||
| LPWSTR | buf, | ||
| UINT | size | ||
| ) |
Definition at line 5453 of file ordinal.c.
Referenced by init_pointers(), and SHFormatDateTimeA().
Definition at line 315 of file ordinal.c.
Referenced by _ILReadFromSharedMemory(), AppBar_CopyIn(), AppBar_CopyOut(), CreateNotificationParam(), CreateRegistrationParam(), init_pointers(), MakeSharedPacket(), CChangeNotifyServer::OnDeliverNotification(), ParseSharedPacket(), and SHChangeNotifyRegister().
Definition at line 2023 of file ordinal.c.
Referenced by CBrandBand::SelectImage(), and SIC_GetIconBPP().
| DWORD WINAPI SHGetFileInfoWrapW | ( | LPCWSTR | path, |
| DWORD | dwFileAttributes, | ||
| SHFILEINFOW * | psfi, | ||
| UINT | sizeofpsfi, | ||
| UINT | flags | ||
| ) |
Definition at line 3564 of file ordinal.c.
| DWORD WINAPI SHGetIniStringW | ( | LPCWSTR | appName, |
| LPCWSTR | keyName, | ||
| LPWSTR | out, | ||
| DWORD | outLen, | ||
| LPCWSTR | filename | ||
| ) |
Definition at line 3502 of file ordinal.c.
Referenced by init_pointers(), and SHPropertyBag_SHSetIniStringW().
Definition at line 4081 of file ordinal.c.
Definition at line 1997 of file ordinal.c.
Referenced by CShellBrowser::BuildExplorerBandMenu(), CShellBrowser::OnInitMenuPopup(), and CShellBrowser::UpdateViewMenu().
| BOOL WINAPI SHGetNewLinkInfoWrapW | ( | LPCWSTR | pszLinkTo, |
| LPCWSTR | pszDir, | ||
| LPWSTR | pszName, | ||
| BOOL * | pfMustCopy, | ||
| UINT | uFlags | ||
| ) |
Definition at line 3716 of file ordinal.c.
Definition at line 6499 of file ordinal.c.
Referenced by init_pointers(), and SHGetAttributes().
| BOOL WINAPI SHGetPathFromIDListWrapW | ( | LPCITEMIDLIST | pidl, |
| LPWSTR | pszPath | ||
| ) |
Definition at line 3595 of file ordinal.c.
Referenced by _ILIsNetworkPlace().
Definition at line 2863 of file ordinal.c.
Referenced by CShellDispatch::IsRestricted(), and SHRestrictionLookup().
Definition at line 4806 of file ordinal.c.
Referenced by CViewStatePropertyBag::_GetHKey(), CDesktopUpgradePropertyBag::_GetOldDesktopViewStream(), init_pointers(), InitializeServerAdminUI(), IsOS(), CGlobalFolderSettings::Load(), read_advanced_key(), CGlobalFolderSettings::Save(), SHGetSetSettings(), SKAllocValueW(), SKDeleteValueW(), SKGetValueW(), and SKSetValueW().
| HRESULT WINAPI SHGetViewStatePropertyBag | ( | LPCITEMIDLIST | pidl, |
| LPWSTR | bag_name, | ||
| DWORD | flags, | ||
| REFIID | riid, | ||
| void ** | ppv | ||
| ) |
Definition at line 5427 of file ordinal.c.
Referenced by CDesktopBrowser::GetPropertyBag(), and CShellBrowser::GetPropertyBag().
| HRESULT WINAPI SHInvokeCommand | ( | HWND | hWnd, |
| IShellFolder * | lpFolder, | ||
| LPCITEMIDLIST | lpApidl, | ||
| DWORD | dwCommandId | ||
| ) |
Definition at line 3756 of file ordinal.c.
Referenced by SHInvokeDefaultCommand().
| HRESULT WINAPI SHInvokeDefaultCommand | ( | HWND | hWnd, |
| IShellFolder * | lpFolder, | ||
| LPCITEMIDLIST | lpApidl | ||
| ) |
Definition at line 3183 of file ordinal.c.
Referenced by CMenuCallback::CallbackSM(), CStartMenuSite::Execute(), CAddressEditBox::Execute(), CShellBrowser::OnOrganizeFavorites(), and CISFBand::OnWinEvent().
| HRESULT WINAPI SHIsExpandableFolder | ( | LPSHELLFOLDER | lpFolder, |
| LPCITEMIDLIST | pidl | ||
| ) |
Definition at line 2088 of file ordinal.c.
| HRESULT WINAPI SHIShellFolder_EnumObjects | ( | LPSHELLFOLDER | lpFolder, |
| HWND | hwnd, | ||
| SHCONTF | flags, | ||
| IEnumIDList ** | ppenum | ||
| ) |
Definition at line 3992 of file ordinal.c.
Referenced by init_pointers().
Definition at line 4667 of file ordinal.c.
Definition at line 1289 of file ordinal.c.
| DWORD WINAPI SHLoadFromPropertyBag | ( | IUnknown * | lpUnknown, |
| IPropertyBag * | lpPropBag | ||
| ) |
Definition at line 1864 of file ordinal.c.
Definition at line 1666 of file ordinal.c.
Definition at line 4413 of file ordinal.c.
Referenced by CBandSiteMenu::_CreateMenuPart(), CRegTreeOptions::AddItemsFromRegistry(), and GetKbdLayoutNameFromReg().
Definition at line 259 of file ordinal.c.
Referenced by _ILReadFromSharedMemory(), AppBar_CopyIn(), AppBar_CopyOut(), AppBar_LockOutput(), init_pointers(), MakeSharedPacket(), ParseSharedPacket(), and SHELL_ArgifyW().
Definition at line 1692 of file ordinal.c.
Referenced by SHPropagateMessage().
|
static |
Definition at line 3268 of file ordinal.c.
Referenced by IConnectionPoint_InvokeWithCancel(), IConnectionPoint_SimpleInvoke(), and IUnknown_CPContainerInvokeParam().
| HANDLE WINAPI SHMapHandle | ( | HANDLE | hShared, |
| DWORD | dwSrcProcId, | ||
| DWORD | dwDstProcId, | ||
| DWORD | dwAccess, | ||
| DWORD | dwOptions | ||
| ) |
Definition at line 98 of file ordinal.c.
Referenced by init_pointers(), SHAllocShared(), SHFreeShared(), and SHLockShared().
| HRESULT WINAPIV SHPackDispParams | ( | DISPPARAMS * | params, |
| VARIANTARG * | args, | ||
| UINT | cnt, | ||
| ... | |||
| ) |
| HRESULT WINAPI SHPackDispParamsV | ( | DISPPARAMS * | params, |
| VARIANTARG * | args, | ||
| UINT | cnt, | ||
| __ms_va_list | valist | ||
| ) |
Definition at line 3198 of file ordinal.c.
Referenced by IUnknown_CPContainerInvokeParam(), and SHPackDispParams().
Definition at line 2656 of file ordinal.c.
Referenced by SHAutoComplete().
| void WINAPI SHPropagateMessage | ( | HWND | hWnd, |
| UINT | uiMsgId, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam, | ||
| BOOL | bSend | ||
| ) |
Definition at line 1719 of file ordinal.c.
Referenced by CShellBrowser::OnSettingChange(), and CShellBrowser::OnSysColorChange().
| HRESULT WINAPI SHPropertyBag_ReadLONG | ( | IPropertyBag * | ppb, |
| LPCWSTR | pszPropName, | ||
| LPLONG | pValue | ||
| ) |
Definition at line 5806 of file ordinal.c.
Referenced by init_pointers(), and SHPropertyBag_ReadTest().
| BOOL WINAPI SHQueueUserWorkItem | ( | LPTHREAD_START_ROUTINE | pfnCallback, |
| LPVOID | pContext, | ||
| LONG | lPriority, | ||
| DWORD_PTR | dwTag, | ||
| DWORD_PTR * | pdwId, | ||
| LPCSTR | pszModule, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 4946 of file ordinal.c.
Definition at line 1817 of file ordinal.c.
Referenced by SHCreateWorkerWindowA().
Definition at line 2678 of file ordinal.c.
Referenced by SHCreateWorkerWindowW().
Definition at line 2628 of file ordinal.c.
| DWORD WINAPI SHRestrictionLookup | ( | DWORD | policy, |
| LPCWSTR | initial, | ||
| LPPOLICYDATA | polTable, | ||
| LPDWORD | polArr | ||
| ) |
Definition at line 2930 of file ordinal.c.
Referenced by SHRestricted().
Definition at line 4195 of file ordinal.c.
Referenced by IntSetUnderlineState(), SHGetSetSettings(), ViewDlg_Apply(), and VisualEffectsDlgProc().
Definition at line 2576 of file ordinal.c.
Definition at line 3549 of file ordinal.c.
Referenced by init_pointers(), and SHPropertyBag_SHSetIniStringW().
Definition at line 1158 of file ordinal.c.
Referenced by activate_inplace(), init_pointers(), and OleObject_SetClientSite().
| HANDLE WINAPI SHSetTimerQueueTimer | ( | HANDLE | hQueue, |
| WAITORTIMERCALLBACK | pfnCallback, | ||
| LPVOID | pContext, | ||
| DWORD | dwDueTime, | ||
| DWORD | dwPeriod, | ||
| LPCSTR | lpszLibrary, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 4962 of file ordinal.c.
Definition at line 1130 of file ordinal.c.
Referenced by CMenuDeskBar::_AdjustForTheme(), init_pointers(), CShellBrowser::OnToggleFullscreen(), SetWindowExStyle(), SetWindowStyle(), and SHSetParentHwnd().
| BOOL WINAPI SHSimulateDrop | ( | IDropTarget * | pDrop, |
| IDataObject * | pDataObj, | ||
| DWORD | grfKeyState, | ||
| PPOINTL | lpPt, | ||
| DWORD * | pdwEffect | ||
| ) |
Definition at line 1828 of file ordinal.c.
Referenced by CDefaultContextMenu::DoCreateLink(), CDefaultContextMenu::DoDelete(), CDefaultContextMenu::DoPaste(), CCPLItemMenu::InvokeCommand(), CDefaultContextMenu::InvokeRegVerb(), and SH32_SimulateDropWithSite().
Definition at line 4779 of file ordinal.c.
Referenced by SHSkipJunctionBinding().
Definition at line 628 of file ordinal.c.
Referenced by SHGlobalCounterCreate(), SHPinDllOfCLSID(), and test_ordinal_imports().
Definition at line 661 of file ordinal.c.
Referenced by SH32_CoCreateInstance(), and SHRegGetCLSIDKeyW().
Definition at line 295 of file ordinal.c.
Referenced by _ILReadFromSharedMemory(), AppBar_CopyIn(), AppBar_CopyOut(), AppBar_UnLockOutput(), CreateNotificationParam(), CreateRegistrationParam(), CChangeNotifyServer::DeliverNotification(), DoGetHandbagFromTicket(), init_pointers(), MakeSharedPacket(), CChangeNotifyServer::OnRegister(), ParseSharedPacket(), SHChangeNotification_Unlock(), SHChangeNotifyRegister(), and SHELL_ArgifyW().
Definition at line 2050 of file ordinal.c.
| HRESULT WINAPI SHWeakQueryInterface | ( | IUnknown * | pUnk, |
| IUnknown * | pInner, | ||
| IID * | riid, | ||
| LPVOID * | ppv | ||
| ) |
| DWORD WINAPI SHWinHelpOnDemandA | ( | HWND | hwnd, |
| LPCSTR | helpfile, | ||
| DWORD | flags1, | ||
| VOID * | ptr1, | ||
| DWORD | flags2 | ||
| ) |
| HRESULT WINAPI SKAllocValueW | ( | DWORD | flags, |
| LPCWSTR | subkey, | ||
| LPCWSTR | value, | ||
| DWORD * | type, | ||
| LPVOID * | data, | ||
| DWORD * | count | ||
| ) |
Definition at line 5011 of file ordinal.c.
Referenced by init_pointers().
Definition at line 5048 of file ordinal.c.
Referenced by init_pointers().
| HRESULT WINAPI SKGetValueW | ( | DWORD | flags, |
| LPCWSTR | subkey, | ||
| LPCWSTR | value, | ||
| DWORD * | type, | ||
| void * | data, | ||
| DWORD * | count | ||
| ) |
Definition at line 5068 of file ordinal.c.
Referenced by init_pointers().
| HRESULT WINAPI SKSetValueW | ( | DWORD | flags, |
| LPCWSTR | subkey, | ||
| LPCWSTR | value, | ||
| DWORD | type, | ||
| void * | data, | ||
| DWORD | count | ||
| ) |
Definition at line 5090 of file ordinal.c.
Referenced by init_pointers().
| WORD WINAPI VerQueryValueWrapW | ( | LPVOID | pBlock, |
| LPCWSTR | lpSubBlock, | ||
| LPVOID * | lplpBuffer, | ||
| UINT * | puLen | ||
| ) |
Definition at line 3655 of file ordinal.c.
Definition at line 3073 of file ordinal.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
| DWORD WINAPI WNetGetLastErrorWrapW | ( | LPDWORD | lpError, |
| LPWSTR | lpErrorBuf, | ||
| DWORD | nErrorBufSize, | ||
| LPWSTR | lpNameBuf, | ||
| DWORD | nNameBufSize | ||
| ) |
Definition at line 3953 of file ordinal.c.
Definition at line 3943 of file ordinal.c.
| INT WINAPI ZoneCheckUrlExW | ( | LPWSTR | szURL, |
| PVOID | pUnknown, | ||
| DWORD | dwUnknown2, | ||
| DWORD | dwUnknown3, | ||
| DWORD | dwUnknown4, | ||
| DWORD | dwUnknown5, | ||
| DWORD | dwUnknown6, | ||
| DWORD | dwUnknown7 | ||
| ) |
|
static |
Definition at line 6457 of file ordinal.c.
Referenced by SHGetObjectCompatFlags().
|
extern |
Definition at line 33 of file shlwapi_main.c.
Referenced by SHCreateWorkerWindowA(), and SHCreateWorkerWindowW().
|
extern |
Definition at line 34 of file shlwapi_main.c.
Definition at line 2844 of file ordinal.c.
Referenced by SHGetRestriction().