Searched refs:IISPropertyAttribute (Results 1 – 1 of 1) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | iiis.h | 74 typedef struct IISPropertyAttribute IISPropertyAttribute; typedef 354 struct IISPropertyAttribute : public IDispatch { struct 377 HRESULT (WINAPI *QueryInterface)(IISPropertyAttribute *This,REFIID riid,void **ppvObject); 378 ULONG (WINAPI *AddRef)(IISPropertyAttribute *This); 379 ULONG (WINAPI *Release)(IISPropertyAttribute *This); 380 HRESULT (WINAPI *GetTypeInfoCount)(IISPropertyAttribute *This,UINT *pctinfo); 381 …HRESULT (WINAPI *GetTypeInfo)(IISPropertyAttribute *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo… 382 …HRESULT (WINAPI *GetIDsOfNames)(IISPropertyAttribute *This,REFIID riid,LPOLESTR *rgszNames,UINT cN… 383 …HRESULT (WINAPI *Invoke)(IISPropertyAttribute *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD… 384 HRESULT (WINAPI *get_PropName)(IISPropertyAttribute *This,BSTR *retval); [all …]
|