#include "precomp.h"
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
#include <new>
Go to the source code of this file.
◆ QuerySourceCreateFromKey()
Definition at line 499 of file querysrc.cpp.
505{
507
509 if (!pRS)
511
515
516 pRS->Release();
518}
HRESULT Init(HKEY hKey, PCWSTR pszSubKey, BOOL bCreate)
STDMETHODIMP QueryInterface(REFIID riid, void **ppvObject) override
_In_ int _In_ BOOL bCreate
Referenced by CRegistrySource::OpenSource().
◆ SHAllocBlob()
Definition at line 17 of file querysrc.cpp.
18{
19 FLAGGED_BYTE_BLOB* pBlob =
21 if (!pBlob)
23
25 if (pbData)
27
28 *ppBlob = pBlob;
30}
void *WINAPI CoTaskMemAlloc(SIZE_T size)
_In_opt_ _In_opt_ _In_ _In_ DWORD cbData
Referenced by CRegistrySource::QueryValueDirect().
◆ STDMETHODIMP_()
Definition at line 170 of file querysrc.cpp.
171{
172 return ::InterlockedIncrement(&m_cRefs);
173}
◆ WINE_DEFAULT_DEBUG_CHANNEL()
| WINE_DEFAULT_DEBUG_CHANNEL |
( |
shell |
| ) |
|