ReactOS 0.4.16-dev-736-g28b802b
|
#include <winreg.h>
Go to the source code of this file.
Classes | |
struct | tagPOLICYDATA |
Typedefs | |
typedef DWORD | ASSOCQUERY |
typedef struct tagPOLICYDATA | POLICYDATA |
typedef struct tagPOLICYDATA * | LPPOLICYDATA |
Enumerations | |
enum | _shellkey_flags { SHKEY_Root_HKCU = 0x1 , SHKEY_Root_HKLM = 0x2 , SHKEY_Key_Explorer = 0x00 , SHKEY_Key_Shell = 0x10 , SHKEY_Key_ShellNoRoam = 0x20 , SHKEY_Key_Classes = 0x30 , SHKEY_Subkey_Default = 0x0000 , SHKEY_Subkey_ResourceName = 0x1000 , SHKEY_Subkey_Handlers = 0x2000 , SHKEY_Subkey_Associations = 0x3000 , SHKEY_Subkey_Volatile = 0x4000 , SHKEY_Subkey_MUICache = 0x5000 , SHKEY_Subkey_FileExts = 0x6000 , SHKEY_Root_HKCU = 0x1 , SHKEY_Root_HKLM = 0x2 , SHKEY_Key_Explorer = 0x00 , SHKEY_Key_Shell = 0x10 , SHKEY_Key_ShellNoRoam = 0x20 , SHKEY_Key_Classes = 0x30 , SHKEY_Subkey_Default = 0x0000 , SHKEY_Subkey_ResourceName = 0x1000 , SHKEY_Subkey_Handlers = 0x2000 , SHKEY_Subkey_Associations = 0x3000 , SHKEY_Subkey_Volatile = 0x4000 , SHKEY_Subkey_MUICache = 0x5000 , SHKEY_Subkey_FileExts = 0x6000 } |
#define ASSOCQUERY_DIRECT 0x00040000 |
Definition at line 27 of file shlwapi_undoc.h.
#define ASSOCQUERY_DWORD 0x00080000 |
Definition at line 28 of file shlwapi_undoc.h.
#define ASSOCQUERY_EXISTS 0x00020000 |
Definition at line 26 of file shlwapi_undoc.h.
#define ASSOCQUERY_EXTRA_NON_VERB 0x01000000 |
Definition at line 32 of file shlwapi_undoc.h.
#define ASSOCQUERY_EXTRA_VERB 0x02000000 |
Definition at line 33 of file shlwapi_undoc.h.
#define ASSOCQUERY_FALLBACK 0x80000000 |
Definition at line 35 of file shlwapi_undoc.h.
#define ASSOCQUERY_GUID 0x00400000 |
Definition at line 31 of file shlwapi_undoc.h.
#define ASSOCQUERY_INDIRECT 0x00100000 |
Definition at line 29 of file shlwapi_undoc.h.
#define ASSOCQUERY_LOWORD_MASK 0x0000FFFF |
Definition at line 24 of file shlwapi_undoc.h.
#define ASSOCQUERY_OBJECT 0x00200000 |
Definition at line 30 of file shlwapi_undoc.h.
#define ASSOCQUERY_SIGNIFICANCE 0x04000000 |
Definition at line 34 of file shlwapi_undoc.h.
#define ASSOCQUERY_STRING 0x00010000 |
Definition at line 25 of file shlwapi_undoc.h.
Definition at line 385 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_ANY 0xffffffff |
Definition at line 351 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_ASTERIX 0x00000002 |
Definition at line 341 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_BACKSLASH 0x00000008 |
Definition at line 343 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_COLON 0x00000010 |
Definition at line 344 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_COMMA 0x00000040 |
Definition at line 346 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_DOT 0x00000004 |
Definition at line 342 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_DOUBLEQUOTE 0x00000200 |
Definition at line 349 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_INVALID 0x00000000 |
Definition at line 350 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_LETTER 0x00000001 |
Definition at line 340 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_OTHER_VALID 0x00000100 |
Definition at line 348 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_SEMICOLON 0x00000020 |
Definition at line 345 of file shlwapi_undoc.h.
#define PATH_CHAR_CLASS_SPACE 0x00000080 |
Definition at line 347 of file shlwapi_undoc.h.
#define SHAboutInfo SHAboutInfoA |
Definition at line 86 of file shlwapi_undoc.h.
#define SHACF_WIN95SHLEXEC 0x00000200 /* Geoff Chappell */ |
Definition at line 376 of file shlwapi_undoc.h.
#define SHCreateWorkerWindow SHCreateWorkerWindowA |
Definition at line 232 of file shlwapi_undoc.h.
#define SHELL_GCOUNTER_DECLAREPARAMETERS | ( | handle, | |
id | |||
) | SHELL_GCOUNTER_PARAMETERS(HANDLE handle, SHGLOBALCOUNTER id) |
Definition at line 72 of file shlwapi_undoc.h.
#define SHELL_GCOUNTER_DEFINE_GUID | ( | name, | |
a, | |||
b, | |||
c, | |||
d, | |||
e, | |||
f, | |||
g, | |||
h, | |||
i, | |||
j, | |||
k | |||
) | const GUID name = { a, b, c, { d, e, f, g, h, i, j, k } } |
Definition at line 60 of file shlwapi_undoc.h.
Definition at line 61 of file shlwapi_undoc.h.
Definition at line 62 of file shlwapi_undoc.h.
Definition at line 63 of file shlwapi_undoc.h.
#define SHELL_GlobalCounterGet | ( | handle | ) | SHGlobalCounterGetValue(handle) |
Definition at line 69 of file shlwapi_undoc.h.
#define SHELL_GlobalCounterIncrement | ( | handle | ) | SHGlobalCounterIncrement(handle) |
Definition at line 70 of file shlwapi_undoc.h.
Definition at line 68 of file shlwapi_undoc.h.
Definition at line 37 of file shlwapi_undoc.h.
#define SHExpandEnvironmentStrings SHExpandEnvironmentStringsA |
Definition at line 147 of file shlwapi_undoc.h.
#define SHGetValueGoodBoot SHGetValueGoodBootA |
Definition at line 264 of file shlwapi_undoc.h.
#define SHLoadRegUIString SHLoadRegUIStringA |
Definition at line 265 of file shlwapi_undoc.h.
#define WHICH_BAT (1 << 3) |
Definition at line 332 of file shlwapi_undoc.h.
#define WHICH_CMD (1 << 5) |
Definition at line 334 of file shlwapi_undoc.h.
#define WHICH_COM (1 << 1) |
Definition at line 330 of file shlwapi_undoc.h.
Definition at line 337 of file shlwapi_undoc.h.
#define WHICH_EXE (1 << 2) |
Definition at line 331 of file shlwapi_undoc.h.
#define WHICH_LNK (1 << 4) |
Definition at line 333 of file shlwapi_undoc.h.
#define WHICH_OPTIONAL (1 << 6) |
Definition at line 335 of file shlwapi_undoc.h.
#define WHICH_PIF (1 << 0) |
Definition at line 329 of file shlwapi_undoc.h.
typedef DWORD ASSOCQUERY |
Definition at line 23 of file shlwapi_undoc.h.
typedef struct tagPOLICYDATA * LPPOLICYDATA |
typedef struct tagPOLICYDATA POLICYDATA |
Definition at line 298 of file shlwapi_undoc.h.
HRESULT WINAPI ConnectToConnectionPoint | ( | IUnknown * | lpUnkSink, |
REFIID | riid, | ||
BOOL | bAdviseOnly, | ||
IUnknown * | lpUnknown, | ||
LPDWORD | lpCookie, | ||
IConnectionPoint ** | lppCP | ||
) |
Definition at line 1193 of file ordinal.c.
Referenced by init_pointers().
Definition at line 4530 of file ordinal.c.
Referenced by PathQualifyExW().
BOOL WINAPI IContextMenu_Invoke | ( | _In_ IContextMenu * | pContextMenu, |
_In_ HWND | hwnd, | ||
_In_ LPCSTR | lpVerb, | ||
_In_ UINT | uFlags | ||
) |
Definition at line 194 of file utils.cpp.
HRESULT WINAPI IStream_Size | ( | IStream * | lpStream, |
ULARGE_INTEGER * | lpulSize | ||
) |
Definition at line 661 of file istream.c.
Referenced by CDesktopUpgradePropertyBag::_GetOldDesktopViewStream(), CRegPropertyBag::_GetStreamSize(), and CDesktopUpgradePropertyBag::_NewStreamFromOld().
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(), CTrayWindow::CheckTrayWndPosition(), CInternetToolbar::CreateMenuBar(), CBaseBar::Exec(), CShellBrowser::Exec(), CMenuSite::Exec(), CFolderOptions::HandleDefFolderSettings(), CShellBrowser::Initialize(), CISFBand::InvokeCommand(), 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 CShellBrowser::BrowseToPIDL(), CDefView::GetDefaultViewStream(), CSearchBar::GetSearchResultsFolder(), init_pointers(), CSearchBar::Invoke(), and SHSkipJunction().
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 4311 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 4783 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_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().
EXTERN_C HRESULT WINAPI IUnknown_QueryServicePropertyBag | ( | _In_ IUnknown * | punk, |
_In_ long | flags, | ||
_In_ REFIID | riid, | ||
_Outptr_ void ** | ppvObj | ||
) |
Definition at line 1967 of file propbag.cpp.
Referenced by CDefView::LoadViewState(), and CDefView::SaveViewState().
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(), CInternetToolbar::OnMenuDropDown(), CAddressBand::QueryStatus(), CMenuSite::QueryStatus(), and CShellBrowser::UpdateViewMenu().
Definition at line 2190 of file ordinal.c.
Referenced by Free(), and CObjectWithSiteBase::SetSite().
Definition at line 1385 of file ordinal.c.
Referenced by CTrayBandSite::AddContextMenus().
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 CMenuDeskBar::UIActivateIO(), CBaseBarSite::UIActivateIO(), CBaseBar::UIActivateIO(), and CMenuSite::UIActivateIO().
HRESULT WINAPI MayExecForward | ( | IUnknown * | lpUnknown, |
INT | iUnk, | ||
REFGUID | pguidCmdGroup, | ||
DWORD | nCmdID, | ||
DWORD | nCmdexecopt, | ||
VARIANT * | pvaIn, | ||
VARIANT * | pvaOut | ||
) |
HRESULT WINAPI MayQSForward | ( | IUnknown * | lpUnknown, |
PVOID | lpReserved, | ||
REFGUID | riidCmdGrp, | ||
ULONG | cCmds, | ||
OLECMD * | prgCmds, | ||
OLECMDTEXT * | pCmdText | ||
) |
Definition at line 2207 of file ordinal.c.
BOOL WINAPI PathFileExistsDefExtAndAttributesW | ( | _Inout_ LPWSTR | pszPath, |
_In_ DWORD | dwWhich, | ||
_Out_opt_ LPDWORD | pdwFileAttributes | ||
) |
Definition at line 215 of file utils.cpp.
Referenced by START_TEST().
Definition at line 1123 of file path.c.
Referenced by PathFileExistsDefExtA(), PathFileExistsDefExtAndAttributesW(), PathFindOnPathExA(), PathFindOnPathExW(), PathSearchOnExtensionsW(), and SHLWAPI_PathFindInOtherDirs().
Definition at line 1357 of file path.c.
Referenced by PathFindOnPathW(), PathSearchOnExtensionsW(), ShellExecCmdLine(), and WelcomeDlgProc().
Definition at line 4409 of file path.c.
Referenced by PathIsValidElement(), PathQualifyExW(), and UrlUnescapeAndMakeFileNameValid().
STDMETHOD() QueryDirect | ( | THIS_ ASSOCQUERY | query, |
PCWSTR | key, | ||
FLAGGED_BYTE_BLOB ** | ppBlob | ||
) |
STDMETHOD() QueryDword | ( | THIS_ ASSOCQUERY | query, |
PCWSTR | key, | ||
DWORD * | pdwValue | ||
) |
STDMETHOD() QueryExists | ( | THIS_ ASSOCQUERY | query, |
PCWSTR | key | ||
) |
STDMETHOD() QueryString | ( | THIS_ ASSOCQUERY | query, |
PCWSTR | key, | ||
PWSTR * | ppszValue | ||
) |
LONG WINAPI RegCreateKeyExWrapW | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | lpSubKey, | ||
_In_ DWORD | Reserved, | ||
_In_opt_ LPWSTR | lpClass, | ||
_In_ DWORD | dwOptions, | ||
_In_ REGSAM | samDesired, | ||
_In_opt_ LPSECURITY_ATTRIBUTES | lpSecurityAttributes, | ||
_Out_ PHKEY | phkResult, | ||
_Out_opt_ LPDWORD | lpdwDisposition | ||
) |
Referenced by CMruBase::InitData().
Definition at line 934 of file ordinal.c.
Referenced by SHAboutInfoA().
BOOL WINAPI SHAddDataBlock | ( | LPDBLIST * | lppList, |
const DATABLOCK_HEADER * | lpNewItem | ||
) |
Definition at line 68 of file clist.c.
Referenced by CShellLink::AddDataBlock(), and SHReadDataBlockList().
Definition at line 2648 of file string.c.
Referenced by SHAnsiToUnicode().
Definition at line 1800 of file ordinal.c.
Referenced by CInternetToolbar::OnContextMenu(), and CShellBrowser::UpdateViewMenu().
HRESULT WINAPI SHCreatePropertyBagOnMemory | ( | _In_ DWORD | dwMode, |
_In_ REFIID | riid, | ||
_Out_ void ** | ppvObj | ||
) |
Definition at line 254 of file propbag.cpp.
Referenced by SHCreatePropertyBag(), and SHPropertyBag_OnMemory().
HRESULT WINAPI SHCreatePropertyBagOnProfileSection | ( | _In_z_ LPCWSTR | lpFileName, |
_In_opt_z_ LPCWSTR | pszSection, | ||
_In_ DWORD | dwMode, | ||
_In_ REFIID | riid, | ||
_Out_ void ** | ppvObj | ||
) |
Definition at line 965 of file propbag.cpp.
Referenced by SHPropertyBag_OnIniFile().
HRESULT WINAPI SHCreatePropertyBagOnRegKey | ( | _In_ HKEY | hKey, |
_In_z_ LPCWSTR | pszSubKey, | ||
_In_ DWORD | dwMode, | ||
_In_ REFIID | riid, | ||
_Out_ void ** | ppvObj | ||
) |
Definition at line 575 of file propbag.cpp.
Referenced by CViewStatePropertyBag::_CreateBag(), and CViewStatePropertyBag::_FindNearestInheritBag().
HWND WINAPI SHCreateWorkerWindowA | ( | WNDPROC | wndProc, |
HWND | hWndParent, | ||
DWORD | dwExStyle, | ||
DWORD | dwStyle, | ||
HMENU | hMenu, | ||
LONG_PTR | wnd_extra | ||
) |
Definition at line 2679 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 3004 of file ordinal.c.
Referenced by CToolbarProxy::Initialize(), CBrandBand::SetSite(), CInternetToolbar::SetSite(), SHCreateDefaultWorkerWindow(), and CUserNotification::Show().
int WINAPIV ShellMessageBoxWrapW | ( | _In_opt_ HINSTANCE | hAppInst, |
_In_opt_ HWND | hWnd, | ||
_In_ LPCWSTR | lpcText, | ||
_In_opt_ LPCWSTR | lpcTitle, | ||
_In_ UINT | fuStyle, | ||
... | |||
) |
Definition at line 1781 of file ordinal.c.
Referenced by CInternetToolbar::OnContextMenu(), CShellBrowser::OnInitMenuPopup(), CShellBrowser::UpdateGotoMenu(), and CShellBrowser::UpdateViewMenu().
Definition at line 2133 of file ordinal.c.
Referenced by CDefView::OnPrintClient().
DATABLOCK_HEADER *WINAPI SHFindDataBlock | ( | LPDBLIST | lpList, |
DWORD | dwSignature | ||
) |
Definition at line 424 of file clist.c.
Referenced by CShellLink::CopyDataBlock(), CShellLink::GetAdvertiseInfo(), CShellLink::GetIconLocation(), CShellLink::GetPath(), CShellLink::Load(), CShellLink::SetIconLocation(), CShellLink::SetPath(), and CShellLink::WriteAdvertiseInfo().
HRESULT WINAPI SHForwardContextMenuMsg | ( | IUnknown * | pUnk, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
LRESULT * | pResult, | ||
BOOL | useIContextMenu2 | ||
) |
Definition at line 11 of file rosordinal.c.
Referenced by BrFolderDlgProc(), DumpMenu(), CDefaultContextMenu::HandleMenuMsg2(), and CDefView::OnCustomItem().
Definition at line 331 of file clist.c.
Referenced by CShellLink::Reset(), and CShellLink::~CShellLink().
Definition at line 4544 of file ordinal.c.
Referenced by ShellExecuteA(), and ShellExecuteW().
Definition at line 2023 of file ordinal.c.
Referenced by CBrandBand::SelectImage(), and SIC_GetIconBPP().
DWORD WINAPI SHGetIniStringUTF7W | ( | _In_opt_z_ LPCWSTR | lpAppName, |
_In_z_ LPCWSTR | lpKeyName, | ||
_Out_writes_to_(nSize, return+1) _Post_z_ LPWSTR | lpReturnedString, | ||
_In_ DWORD | nSize, | ||
_In_z_ LPCWSTR | lpFileName | ||
) |
Definition at line 722 of file propbag.cpp.
Referenced by CIniPropertyBag::Read().
DWORD WINAPI SHGetIniStringW | ( | _In_z_ LPCWSTR | appName, |
_In_z_ LPCWSTR | keyName, | ||
_Out_writes_to_(outLen, return+1) LPWSTR | out, | ||
_In_ DWORD | outLen, | ||
_In_z_ LPCWSTR | filename | ||
) |
Definition at line 602 of file propbag.cpp.
Referenced by SHGetIniStringUTF7W().
Definition at line 1997 of file ordinal.c.
Referenced by CShellBrowser::BuildExplorerBandMenu(), CShellBrowser::OnInitMenuPopup(), and CShellBrowser::UpdateViewMenu().
Definition at line 6294 of file ordinal.c.
Referenced by init_pointers(), and SHGetAttributes().
BOOL WINAPI SHGetPathFromIDListWrapW | ( | LPCITEMIDLIST | pidl, |
LPWSTR | pszPath | ||
) |
Definition at line 3472 of file ordinal.c.
Referenced by _ILIsNetworkPlace().
INT WINAPI SHGetPerScreenResName | ( | _Out_writes_(cchBuffer) LPWSTR | pszBuffer, |
_In_ INT | cchBuffer, | ||
_In_ DWORD | dwReserved | ||
) |
Definition at line 1938 of file propbag.cpp.
Referenced by CDefView::SaveViewState(), and SHPropertyBag_PerScreenRes().
Definition at line 4601 of file ordinal.c.
Referenced by CViewStatePropertyBag::_GetHKey(), CDesktopUpgradePropertyBag::_GetOldDesktopViewStream(), init_pointers(), CGlobalFolderSettings::Load(), read_advanced_key(), CGlobalFolderSettings::Save(), SHGetSetSettings(), SKAllocValueW(), SKDeleteValueW(), SKGetValueW(), and SKSetValueW().
DWORD WINAPI SHGetValueGoodBootA | ( | HKEY | hkey, |
LPCSTR | pSubKey, | ||
LPCSTR | pValue, | ||
LPDWORD | pwType, | ||
LPVOID | pvData, | ||
LPDWORD | pbData | ||
) |
Definition at line 1877 of file reg.c.
DWORD WINAPI SHGetValueGoodBootW | ( | HKEY | hkey, |
LPCWSTR | pSubKey, | ||
LPCWSTR | pValue, | ||
LPDWORD | pwType, | ||
LPVOID | pvData, | ||
LPDWORD | pbData | ||
) |
Definition at line 551 of file thread.c.
Referenced by SHELL_GetCachedGlobalCounter().
Definition at line 432 of file thread.c.
Referenced by SHELL_QueryRestrictionsChanged(), and SHGlobalCounterDecrement().
Definition at line 453 of file thread.c.
Referenced by SHSettingsChanged().
HRESULT WINAPI SHInvokeDefaultCommand | ( | HWND | hWnd, |
IShellFolder * | lpFolder, | ||
LPCITEMIDLIST | lpApidl | ||
) |
Definition at line 3060 of file ordinal.c.
Referenced by CMenuCallback::CallbackSM(), CStartMenuSite::Execute(), CAddressEditBox::Execute(), CShellBrowser::OnOrganizeFavorites(), and CISFBand::OnWinEvent().
Definition at line 567 of file istream.c.
HRESULT WINAPI SHIsExpandableFolder | ( | LPSHELLFOLDER | lpFolder, |
LPCITEMIDLIST | pidl | ||
) |
Definition at line 2088 of file ordinal.c.
Definition at line 1289 of file ordinal.c.
Definition at line 1666 of file ordinal.c.
Definition at line 4256 of file ordinal.c.
Referenced by CBandSiteMenu::_CreateMenuPart(), and GetKbdLayoutNameFromReg().
Definition at line 2537 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_Delete | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName | ||
) |
Referenced by CDefView::SaveViewState(), and SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_ReadBOOL | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
BOOL * | pbValue | ||
) |
Referenced by SHPropertyBag_ReadTest().
BOOL WINAPI SHPropertyBag_ReadBOOLOld | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
BOOL | bDefValue | ||
) |
HRESULT WINAPI SHPropertyBag_ReadBSTR | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
BSTR * | pbstr | ||
) |
Referenced by SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadDWORD | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
DWORD * | pdwValue | ||
) |
Referenced by CDefView::LoadViewState(), ReadDWORD(), and SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadGUID | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
GUID * | pguid | ||
) |
Referenced by SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadInt | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
LPINT | pnValue | ||
) |
HRESULT WINAPI SHPropertyBag_ReadLONG | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
LPLONG | pValue | ||
) |
Definition at line 5601 of file ordinal.c.
Referenced by init_pointers(), and SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadPOINTL | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
POINTL * | pptl | ||
) |
Referenced by SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadPOINTS | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
POINTS * | ppts | ||
) |
Referenced by SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadRECTL | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
RECTL * | prcl | ||
) |
Referenced by SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadSHORT | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
SHORT * | psValue | ||
) |
Referenced by SHPropertyBag_ReadTest().
HRESULT WINAPI SHPropertyBag_ReadStr | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
LPWSTR | pszDst, | ||
int | cchMax | ||
) |
HRESULT WINAPI SHPropertyBag_ReadStream | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
IStream ** | ppStream | ||
) |
Referenced by CDefView::LoadViewState().
HRESULT WINAPI SHPropertyBag_ReadType | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
VARIANTARG * | pvarg, | ||
VARTYPE | vt | ||
) |
Referenced by SHPropertyBag_ReadLONG().
HRESULT WINAPI SHPropertyBag_WriteBOOL | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
BOOL | bValue | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteDWORD | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
DWORD | dwValue | ||
) |
Referenced by CDefView::SaveViewState(), and SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteGUID | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
const GUID * | pguid | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteInt | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
INT | nValue | ||
) |
HRESULT WINAPI SHPropertyBag_WriteLONG | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
LONG | lValue | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WritePOINTL | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
const POINTL * | pptl | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WritePOINTS | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
const POINTS * | ppts | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteRECTL | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
const RECTL * | prcl | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteSHORT | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
SHORT | sValue | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteStr | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
LPCWSTR | pszValue | ||
) |
Referenced by SHPropertyBag_WriteTest().
HRESULT WINAPI SHPropertyBag_WriteStream | ( | IPropertyBag * | ppb, |
LPCWSTR | pszPropName, | ||
IStream * | pStream | ||
) |
Referenced by CDefView::SaveViewState().
Definition at line 235 of file clist.c.
Referenced by CShellLink::Load().
HRESULT WINAPI SHRegGetCLSIDKeyW | ( | REFGUID | guid, |
LPCWSTR | lpszValue, | ||
BOOL | bUseHKCU, | ||
BOOL | bCreate, | ||
PHKEY | phKey | ||
) |
Definition at line 2422 of file reg.c.
Referenced by CFileSysEnum::_AddFindResult(), SHELL32_GetFSItemAttributes(), and SHRegGetCLSIDKeyA().
Definition at line 1817 of file ordinal.c.
Referenced by SHCreateWorkerWindowA().
Definition at line 355 of file clist.c.
Referenced by CShellLink::RemoveDataBlock().
DWORD WINAPI SHRestrictionLookup | ( | _In_ DWORD | policy, |
_In_ LPCWSTR | key, | ||
_In_ const POLICYDATA * | polTable, | ||
_Inout_ LPDWORD | polArr | ||
) |
Definition at line 4072 of file ordinal.c.
Referenced by SHGetSetSettings().
Definition at line 2457 of file ordinal.c.
BOOL WINAPI SHSetIniStringUTF7W | ( | _In_z_ LPCWSTR | lpAppName, |
_In_z_ LPCWSTR | lpKeyName, | ||
_In_opt_z_ LPCWSTR | lpString, | ||
_In_z_ LPCWSTR | lpFileName | ||
) |
Definition at line 748 of file propbag.cpp.
Referenced by CIniPropertyBag::Write().
BOOL WINAPI SHSetIniStringW | ( | _In_z_ LPCWSTR | appName, |
_In_z_ LPCWSTR | keyName, | ||
_In_opt_z_ LPCWSTR | str, | ||
_In_z_ LPCWSTR | filename | ||
) |
Definition at line 658 of file propbag.cpp.
Referenced by SHSetIniStringUTF7W().
Definition at line 1158 of file ordinal.c.
Referenced by init_pointers().
Definition at line 1130 of file ordinal.c.
Referenced by CMenuDeskBar::_AdjustForTheme(), init_pointers(), 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(), and CDefaultContextMenu::InvokeRegVerb().
Definition at line 2797 of file string.c.
Referenced by CheckEscapesA(), DoesStringRoundTripW(), CDefaultContextMenu::GetCommandString(), GetCommandStringA(), CStartMenuBtnCtxMenu::InvokeCommand(), CDefView::InvokeContextMenuCommand(), MakeShellURLFromPathA(), CAutoComplete::OnNotify(), PathQualifyA(), PathResolveA(), SHBrowseForFolderA(), SHELL_IsVerb(), SHELL_MapContextMenuVerbToCmdId(), and SHInvokeCommandOnContextMenuInternal().
Definition at line 2698 of file string.c.
Referenced by SHUnicodeToAnsi().
Definition at line 2050 of file ordinal.c.
Definition at line 179 of file clist.c.
Referenced by CShellLink::Save().