Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dmsxml.idl89 [in] VARIANT PropertyValue );
94 [retval, out] VARIANT *PropertyValue );
195 [in] VARIANT PropertyValue);
200 [retval, out] VARIANT *PropertyValue);
H A Dmsinkaut.idl566 [out, retval] VARIANT *PropertyValue);
H A Dmsxml2.idl309 [in] VARIANT PropertyValue );
314 [retval, out] VARIANT *PropertyValue );
/reactos/dll/win32/msxml3/
H A Dxmlelem.c234 VARIANT PropertyValue) in xmlelem_setAttribute() argument
240 TRACE("(%p)->(%s %s)\n", This, debugstr_w(strPropertyName), debugstr_variant(&PropertyValue)); in xmlelem_setAttribute()
242 if (!strPropertyName || V_VT(&PropertyValue) != VT_BSTR) in xmlelem_setAttribute()
246 value = xmlchar_from_wchar(V_BSTR(&PropertyValue)); in xmlelem_setAttribute()
/reactos/drivers/network/dd/dc21x4/
H A Dinit.c788 ULONG PropertyValue, Length; in DcInitializeAdapterLocation() local
801 sizeof(PropertyValue), in DcInitializeAdapterLocation()
802 &PropertyValue, in DcInitializeAdapterLocation()
808 Adapter->DeviceNumber = (PropertyValue >> 16) & 0x000000FF; in DcInitializeAdapterLocation()
812 sizeof(PropertyValue), in DcInitializeAdapterLocation()