#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()
◆ 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 |
| ) |
|