Home
last modified time | relevance | path

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

/reactos/dll/win32/shdocvw/
H A Dshlinstobj.c52 HKEY m_hInitPropertyBagKey; member
107 RegCloseKey(This->m_hInitPropertyBagKey); in RegistryPropertyBag_IPropertyBag_Release()
128 res = RegQueryValueExW(This->m_hInitPropertyBagKey, pwszPropName, NULL, &dwType, NULL, &cbData); in RegistryPropertyBag_IPropertyBag_Read()
136 res = RegQueryValueExW(This->m_hInitPropertyBagKey, pwszPropName, NULL, &dwType, in RegistryPropertyBag_IPropertyBag_Read()
186 pRegistryPropertyBag->m_hInitPropertyBagKey = hInitPropertyBagKey; in RegistryPropertyBag_Constructor()