#include "precomp.h"
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
Go to the source code of this file.
◆ QuerySourceCreateFromKey()
Definition at line 494 of file querysrc.cpp.
500{
502
504
508
509 pRS->Release();
511}
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 16 of file querysrc.cpp.
17{
18 FLAGGED_BYTE_BLOB* pBlob =
20 if (!pBlob)
22
24 if (pbData)
26
27 *ppBlob = pBlob;
29}
void *WINAPI CoTaskMemAlloc(SIZE_T size)
_In_opt_ _In_opt_ _In_ _In_ DWORD cbData
Referenced by CRegistrySource::QueryValueDirect().
◆ STDMETHODIMP_()
Definition at line 169 of file querysrc.cpp.
170{
171 return ::InterlockedIncrement(&m_cRefs);
172}
◆ WINE_DEFAULT_DEBUG_CHANNEL()
| WINE_DEFAULT_DEBUG_CHANNEL |
( |
shell |
| ) |
|