Searched refs:pPropBag (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMPropertyBag.h62 virtual HRESULT STDMETHODCALLTYPE GetPropertyInfo(ULONG iProperty, ULONG cProperties, PROPBAG2* pPropBag, ULONG* pcProperties);
165 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(ULONG cProperties, PROPBAG2* pPropBag, IErrorLog* pErrorLog, VARIANT* pvarValue, HRESULT* phrError) argument
167 if (!pPropBag || !pvarValue || !phrError)
174 pvarValue[i].vt = pPropBag[i].vt;
175 phrError[i] = Read(pPropBag[i].pstrName, &pvarValue[i], pErrorLog);
200 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::GetPropertyInfo(ULONG iProperty, ULONG cProperties, PROPBAG2* pPropBag, ULONG* pcProperties) argument
202 if (!pPropBag || !pcProperties)
216 //pPropBag[j].cfType; // (CLIPFORMAT) Clipboard format or MIME type of the property.
217 //pPropBag[j].clsid; // (CLSID) CLSID of the object. This member is valid only if dwType is PROPBAG2_TYPE_OBJECT.
219 pPropBag[
[all...]

Completed in 73 milliseconds