Home
last modified time | relevance | path

Searched refs:stop_cache_binding_proc_t (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/urlmon/
H A Durlmon_main.h92 typedef HRESULT (*stop_cache_binding_proc_t)(void*,const WCHAR*,HRESULT,const WCHAR*); typedef
93 HRESULT download_to_cache(IUri*,stop_cache_binding_proc_t,void*,IBindStatusCallback*) DECLSPEC_HIDD…
H A Ddownload.c36 stop_cache_binding_proc_t onstop_proc;
375 HRESULT download_to_cache(IUri *uri, stop_cache_binding_proc_t proc, void *ctx, IBindStatusCallback… in download_to_cache()