|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include "precomp.h"#include <shlwapi.h>#include <shlwapi_undoc.h>#include <shlobj_undoc.h>#include <shlguid_undoc.h>#include <new>#include "evalcmd.h"
Go to the source code of this file.
Classes | |
| class | CRegistryEnumBase |
| class | CRegistryEnumValues |
| class | CRegistryEnumKeys |
| class | CRegistrySource |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| EXTERN_C BOOL WINAPI | GUIDFromStringW (LPCWSTR idstr, CLSID *id) |
| static HRESULT | SHAllocBlob (ULONG cbData, const BYTE *pbData, FLAGGED_BYTE_BLOB **ppBlob) |
| STDMETHODIMP_ (ULONG) CRegistryEnumBase | |
| EXTERN_C HRESULT WINAPI | QuerySourceCreateFromKey (_In_ HKEY hKey, _In_opt_ PCWSTR lpSubKey, _In_ BOOL bCreate, _In_ REFIID riid, _Outptr_ PVOID *ppv) |
Definition at line 2542 of file ordinal.c.
Referenced by CRegistrySource::QueryValueGuid().
| EXTERN_C HRESULT WINAPI QuerySourceCreateFromKey | ( | _In_ HKEY | hKey, |
| _In_opt_ PCWSTR | lpSubKey, | ||
| _In_ BOOL | bCreate, | ||
| _In_ REFIID | riid, | ||
| _Outptr_ PVOID * | ppv | ||
| ) |
Definition at line 577 of file querysrc.cpp.
Referenced by CAssocApplicationElement::_InitSource(), CAssocFolderElement::_InitSource(), CAssocStarElement::_InitSource(), _QuerySourceCreateFromKey(), AssocCreateElementOnKeyInternal(), CRegistrySource::OpenSource(), and Test_ShellElement_ExplicitSource().
|
static |
Definition at line 20 of file querysrc.cpp.
Referenced by CRegistrySource::QueryValueDirect().
| STDMETHODIMP_ | ( | ULONG | ) |
Definition at line 196 of file querysrc.cpp.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |