Searched refs:szProperty (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | source.c | 487 if (szProperty) property = strdupAtoW(szProperty); in MsiSourceListGetInfoA() 546 if (!szProperty) in MsiSourceListGetInfoW() 557 !wcscmp( szProperty, INSTALLPROPERTY_DISKPROMPTW )) in MsiSourceListGetInfoW() 567 szProperty = L"MediaPackage"; in MsiSourceListGetInfoW() 649 FIXME("Unknown property %s\n",debugstr_w(szProperty)); in MsiSourceListGetInfoW() 672 if (szProperty) property = strdupAtoW(szProperty); in MsiSourceListSetInfoA() 757 debugstr_w(szProperty), debugstr_w(szValue) ); in MsiSourceListSetInfoW() 762 if (!szProperty) in MsiSourceListSetInfoW() 777 property = szProperty; in MsiSourceListSetInfoW() 785 if (wcscmp( szProperty, INSTALLPROPERTY_LASTUSEDSOURCEW ) && in MsiSourceListSetInfoW() [all …]
|
H A D | msi.c | 1320 if (szProperty) property = strdupAtoW(szProperty); in MsiGetProductInfoExA() 1416 if (!szProperty || !*szProperty) in MsiGetProductInfoExW() 1483 szProperty = L"DisplayName"; in MsiGetProductInfoExW() 1485 szProperty = L"DisplayVersion"; in MsiGetProductInfoExW() 1609 if (szProperty) property = strdupAtoW(szProperty); in MsiGetPatchInfoExA() 1680 if (!szProperty) in MsiGetPatchInfoExW() 1726 szProperty = squashed_patch; in MsiGetPatchInfoExW() 1737 szProperty = L"ManagedLocalPackage"; in MsiGetPatchInfoExW() 1743 szProperty = L"Installed"; in MsiGetPatchInfoExW() 2601 if (szProperty) prop = strdupAtoW(szProperty); in MsiGetProductPropertyA() [all …]
|
/reactos/dll/shellext/deskmon/ |
H A D | deskmon.c | 48 TCHAR szProperty[256]; in GetMonitorDevInstID() local 66 dwSize = sizeof(szProperty) - sizeof(TCHAR); in GetMonitorDevInstID() 71 szProperty, in GetMonitorDevInstID() 81 _tcscat(szProperty, TEXT("\\")); in GetMonitorDevInstID() 82 dwSize = sizeof(szProperty) - sizeof(TCHAR); in GetMonitorDevInstID() 83 dwSize -= _tcslen(szProperty) * sizeof(TCHAR); in GetMonitorDevInstID() 88 szProperty + _tcslen(szProperty), in GetMonitorDevInstID() 98 if (_tcscmp(szProperty, lpDeviceID) == 0) in GetMonitorDevInstID()
|
/reactos/dll/win32/ieframe/ |
H A D | ie.c | 372 static HRESULT WINAPI InternetExplorer_PutProperty(IWebBrowser2 *iface, BSTR szProperty, VARIANT vt… in InternetExplorer_PutProperty() argument 375 FIXME("(%p)->(%s %s)\n", This, debugstr_w(szProperty), debugstr_variant(&vtValue)); in InternetExplorer_PutProperty() 379 static HRESULT WINAPI InternetExplorer_GetProperty(IWebBrowser2 *iface, BSTR szProperty, VARIANT *p… in InternetExplorer_GetProperty() argument 382 FIXME("(%p)->(%s %p)\n", This, debugstr_w(szProperty), pvtValue); in InternetExplorer_GetProperty()
|
H A D | webbrowser.c | 546 static HRESULT WINAPI WebBrowser_PutProperty(IWebBrowser2 *iface, BSTR szProperty, VARIANT vtValue) in WebBrowser_PutProperty() argument 549 FIXME("(%p)->(%s %s)\n", This, debugstr_w(szProperty), debugstr_variant(&vtValue)); in WebBrowser_PutProperty() 553 static HRESULT WINAPI WebBrowser_GetProperty(IWebBrowser2 *iface, BSTR szProperty, VARIANT *pvtValu… in WebBrowser_GetProperty() argument 556 FIXME("(%p)->(%s %s)\n", This, debugstr_w(szProperty), debugstr_variant(pvtValue)); in WebBrowser_GetProperty()
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 350 static const WCHAR szProperty[] = { '{','D','0','F','C','A','4','2','0', in RegisterDefaultAcceptHeaders() local 368 property = SysAllocString(szProperty); in RegisterDefaultAcceptHeaders() 460 property = SysAllocString(szProperty); in RegisterDefaultAcceptHeaders()
|
/reactos/sdk/include/psdk/ |
H A D | exdisp.idl | 347 void PropertyChange([in] BSTR szProperty);
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 4686 static HRESULT WINAPI WebBrowser_PutProperty(IWebBrowser2 *iface, BSTR szProperty, VARIANT vtValue) in WebBrowser_PutProperty() argument 4692 static HRESULT WINAPI WebBrowser_GetProperty(IWebBrowser2 *iface, BSTR szProperty, VARIANT *pvtValu… in WebBrowser_GetProperty() argument
|