Searched refs:rglpwstrName (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | stg_prop.c | 702 LPOLESTR rglpwstrName[]) in IPropertyStorage_fnReadPropertyNames() argument 708 TRACE("(%p, %d, %p, %p)\n", iface, cpropid, rgpropid, rglpwstrName); in IPropertyStorage_fnReadPropertyNames() 710 if (cpropid && (!rgpropid || !rglpwstrName)) in IPropertyStorage_fnReadPropertyNames() 722 rglpwstrName[i] = CoTaskMemAlloc((len + 1) * sizeof(WCHAR)); in IPropertyStorage_fnReadPropertyNames() 723 if (rglpwstrName[i]) in IPropertyStorage_fnReadPropertyNames() 724 memcpy(rglpwstrName[i], name, (len + 1) * sizeof(WCHAR)); in IPropertyStorage_fnReadPropertyNames() 729 rglpwstrName[i] = NULL; in IPropertyStorage_fnReadPropertyNames() 742 const LPOLESTR rglpwstrName[]) in IPropertyStorage_fnWritePropertyNames() argument 748 TRACE("(%p, %d, %p, %p)\n", iface, cpropid, rgpropid, rglpwstrName); in IPropertyStorage_fnWritePropertyNames() 750 if (cpropid && (!rgpropid || !rglpwstrName)) in IPropertyStorage_fnWritePropertyNames() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | propidl.idl | 313 [out, size_is(cpropid)] LPOLESTR rglpwstrName[]); 318 [in, size_is(cpropid)] const LPOLESTR rglpwstrName[]);
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shellole.c | 169 const PROPID *rgpropid, LPOLESTR *rglpwstrName) in PropertyStorage_ReadPropertyNames() argument 176 const PROPID *rgpropid, const LPOLESTR *rglpwstrName) in PropertyStorage_WritePropertyNames() argument
|