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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmtxadmin.h271 virtual HRESULT WINAPI get_RemoveEnabled(VARIANT_BOOL *retval) = 0;
298 HRESULT (WINAPI *get_RemoveEnabled)(ICatalogCollection *This,VARIANT_BOOL *retval); member in struct:ICatalogCollectionVtbl
327 #define ICatalogCollection_get_RemoveEnabled(This,retval) (This)->lpVtbl->get_RemoveEnabled(This,retval)
H A Dcomadmin.h2414 virtual HRESULT STDMETHODCALLTYPE get_RemoveEnabled(
2526 HRESULT (STDMETHODCALLTYPE *get_RemoveEnabled)(
2579 #define ICatalogCollection_get_RemoveEnabled(This,pVarBool) (This)->lpVtbl->get_RemoveEnabled(This,pVarBool)
2641 return This->lpVtbl->get_RemoveEnabled(This,pVarBool);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmtxadmin.h271 virtual HRESULT WINAPI get_RemoveEnabled(VARIANT_BOOL *retval) = 0;
298 HRESULT (WINAPI *get_RemoveEnabled)(ICatalogCollection *This,VARIANT_BOOL *retval); member in struct:ICatalogCollectionVtbl
327 #define ICatalogCollection_get_RemoveEnabled(This,retval) (This)->lpVtbl->get_RemoveEnabled(This,retval)
H A Dcomadmin.h2414 virtual HRESULT STDMETHODCALLTYPE get_RemoveEnabled(
2526 HRESULT (STDMETHODCALLTYPE *get_RemoveEnabled)(
2579 #define ICatalogCollection_get_RemoveEnabled(This,pVarBool) (This)->lpVtbl->get_RemoveEnabled(This,pVarBool)
2641 return This->lpVtbl->get_RemoveEnabled(This,pVarBool);

Completed in 56 milliseconds