HomeSort by relevance Sort by last modified time
    Searched refs:IPropertyStorage (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 31 typedef struct IPropertyStorage IPropertyStorage;
375 struct IPropertyStorage : public IUnknown {
393 HRESULT (WINAPI *QueryInterface)(IPropertyStorage *This,REFIID riid,void **ppvObject);
394 ULONG (WINAPI *AddRef)(IPropertyStorage *This);
395 ULONG (WINAPI *Release)(IPropertyStorage *This);
396 HRESULT (WINAPI *ReadMultiple)(IPropertyStorage *This,ULONG cpspec,const PROPSPEC rgpspec[],PROPVARIANT rgpropvar[]);
397 HRESULT (WINAPI *WriteMultiple)(IPropertyStorage *This,ULONG cpspec,const PROPSPEC rgpspec[],const PROPVARIANT rgpropvar[],PROPID propidNameFirst);
398 HRESULT (WINAPI *DeleteMultiple)(IPropertyStorage *This,ULONG cpspec,const PROPSPEC rgpspec[]);
399 HRESULT (WINAPI *ReadPropertyNames)(IPropertyStorage *This,ULONG cpropid,const PROPID rgpropid[],LPOLESTR rglpwstrName[])
    [all...]
comdefsp.h     [all...]
shlobj.h     [all...]

Completed in 794 milliseconds