Searched refs:phkeyOut (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | assoc.c | 369 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 D | CQueryAssociations.h | 25 STDMETHOD(GetKey)(ASSOCF flags, ASSOCKEY key, LPCWSTR pwszExtra, HKEY *phkeyOut) override;
|
H A D | CQueryAssociations.cpp | 442 HKEY *phkeyOut) in GetKey() argument 445 debugstr_w(pszExtra), phkeyOut); in GetKey()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 685 …(THIS_ _In_ ASSOCF flags, _In_ ASSOCKEY key, _In_opt_ LPCWSTR pszExtra, _Out_ HKEY *phkeyOut) PURE; in DECLARE_INTERFACE_()
|