Home
last modified time | relevance | path

Searched refs:GetKey (Results 1 – 16 of 16) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryTree.h66 BOOL GetKey(const TCHAR *pchRelativePath, REGSAM DesiredAccess, CRegistryKey& rKey);
H A DShellCommandDeleteValue.cpp131 if (!m_rTree.GetKey(pszPath,KEY_QUERY_VALUE|KEY_SET_VALUE,Key)) in Execute()
H A DRegistryTree.cpp265 if (!GetKey(pszPath,KEY_QUERY_VALUE|KEY_ENUMERATE_SUB_KEYS|DELETE,Key)) in DeleteSubkeys()
548 BOOL CRegistryTree::GetKey(const TCHAR *pszRelativePath, REGSAM DesiredAccess, CRegistryKey& rKey) in GetKey() function in CRegistryTree
H A DShellCommandDir.cpp162 if (!m_rTree.GetKey(pszPath,KEY_ENUMERATE_SUB_KEYS|KEY_QUERY_VALUE,Key)) in Execute()
H A DShellCommandOwner.cpp112 if (!m_rTree.GetKey(pchKey?pchKey:_T("."),KEY_QUERY_VALUE|READ_CONTROL,Key)) in Execute()
H A DShellCommandSetValue.cpp248 if (!m_rTree.GetKey(pszPath,KEY_SET_VALUE,Key)) in Execute()
H A DShellCommandDACL.cpp114 if (!m_rTree.GetKey(pszKey?pszKey:_T("."),KEY_QUERY_VALUE|READ_CONTROL,Key)) in Execute()
H A DShellCommandValue.cpp161 if (!m_rTree.GetKey(pszPath,KEY_READ,Key)) in Execute()
H A DShellCommandSACL.cpp186 …if (!m_rTree.GetKey(pszKey?pszKey:_T("."),KEY_QUERY_VALUE|READ_CONTROL|ACCESS_SYSTEM_SECURITY,Key)) in Execute()
H A DCompletion.cpp342 if (!Tree.GetKey(pszKey?pszKey:_T("."),KEY_ENUMERATE_SUB_KEYS|KEY_QUERY_VALUE,Key)) in FillCompletion()
/reactos/dll/win32/shell32/
H A DCQueryAssociations.h25 STDMETHOD(GetKey)(ASSOCF flags, ASSOCKEY key, LPCWSTR pwszExtra, HKEY *phkeyOut) override;
H A DCQueryAssociations.cpp438 HRESULT STDMETHODCALLTYPE CQueryAssociations::GetKey( in GetKey() function in CQueryAssociations
/reactos/sdk/include/psdk/
H A Dwmiutils.idl86 HRESULT GetKey(
H A Dshlwapi.h685 …STDMETHOD(GetKey)(THIS_ _In_ ASSOCF flags, _In_ ASSOCKEY key, _In_opt_ LPCWSTR pszExtra, _Out_ HKE… in DECLARE_INTERFACE_() local
697 #define IQueryAssociations_GetKey(p,a,b,c,d) (p)->lpVtbl->GetKey(p,a,b,c,d)
/reactos/modules/rosapps/applications/devutils/shlextdbg/
H A Dshlextdbg.cpp132 pQA->GetKey(0, ASSOCKEY_CLASS, NULL, &hKey); // Not implemented in ROS in GetAssocClass()
365 hr = qa->GetKey(qflags, (ASSOCKEY)qtype, extra, &hKey); in AssocQ()
/reactos/dll/win32/mshtml/
H A Dnsiface.idl3224 nsresult GetKey(nsAString *aKey);