Home
last modified time | relevance | path

Searched refs:phkeyOut (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dassoc.c369 LPCWSTR pszExtra, HKEY *phkeyOut) in AssocQueryKeyW() argument
375 debugstr_w(pszExtra), phkeyOut); in AssocQueryKeyW()
384 hRet = IQueryAssociations_GetKey(lpAssoc, cfFlags, assockey, pszExtra, phkeyOut); in AssocQueryKeyW()
407 LPCSTR pszExtra, HKEY *phkeyOut) in AssocQueryKeyA() argument
414 debugstr_a(pszExtra), phkeyOut); in AssocQueryKeyA()
419 hRet = AssocQueryKeyW(cfFlags, assockey, lpszAssocW, lpszExtraW, phkeyOut); in AssocQueryKeyA()
/reactos/dll/win32/shell32/
H A DCQueryAssociations.h25 STDMETHOD(GetKey)(ASSOCF flags, ASSOCKEY key, LPCWSTR pwszExtra, HKEY *phkeyOut) override;
H A DCQueryAssociations.cpp442 HKEY *phkeyOut) in GetKey() argument
445 debugstr_w(pszExtra), phkeyOut); in GetKey()
/reactos/sdk/include/psdk/
H A Dshlwapi.h685 …(THIS_ _In_ ASSOCF flags, _In_ ASSOCKEY key, _In_opt_ LPCWSTR pszExtra, _Out_ HKEY *phkeyOut) PURE; in DECLARE_INTERFACE_()