#include "rpc.h"#include "rpcndr.h"#include "windows.h"#include "ole2.h"#include "unknwn.h"#include "ocidl.h"Go to the source code of this file.
Classes | |
| struct | IDownloadManagerVtbl |
Defines | |
| #define | __REQUIRED_RPCNDR_H_VERSION__ 440 |
| #define | SID_SDownloadManager IID_IDownloadManager |
Typedefs | |
| typedef interface IDownloadManager | IDownloadManager |
Functions | |
| void *__RPC_USER | MIDL_user_allocate (size_t) |
| void __RPC_USER | MIDL_user_free (void *) |
| DEFINE_GUID (IID_IDownloadManager, 0x988934a4, 0x064b, 0x11d3, 0xbb, 0x80, 0x0, 0x10, 0x4b, 0x35, 0xe7, 0xf9) | |
| HRESULT STDMETHODCALLTYPE | IDownloadManager_Download_Proxy (IDownloadManager *This, IMoniker *pmk, IBindCtx *pbc, DWORD dwBindVerb, LONG grfBINDF, BINDINFO *pBindInfo, LPCOLESTR pszHeaders, LPCOLESTR pszRedir, UINT uiCP) |
| void __RPC_STUB | IDownloadManager_Download_Stub (IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase) |
Variables | |
| RPC_IF_HANDLE | __MIDL_itf_downloadmgr_0000_v0_0_c_ifspec |
| RPC_IF_HANDLE | __MIDL_itf_downloadmgr_0000_v0_0_s_ifspec |
| EXTERN_C const IID | IID_IDownloadManager |
| #define __REQUIRED_RPCNDR_H_VERSION__ 440 |
Definition at line 10 of file downloadmgr.h.
Definition at line 54 of file downloadmgr.h.
| typedef interface IDownloadManager IDownloadManager |
Definition at line 36 of file downloadmgr.h.
| DEFINE_GUID | ( | IID_IDownloadManager | , | |
| 0x988934a4 | , | |||
| 0x064b | , | |||
| 0x11d3 | , | |||
| 0xbb | , | |||
| 0x80 | , | |||
| 0x0 | , | |||
| 0x10 | , | |||
| 0x4b | , | |||
| 0x35 | , | |||
| 0xe7 | , | |||
| 0xf9 | ||||
| ) |
| HRESULT STDMETHODCALLTYPE IDownloadManager_Download_Proxy | ( | IDownloadManager * | This, | |
| IMoniker * | pmk, | |||
| IBindCtx * | pbc, | |||
| DWORD | dwBindVerb, | |||
| LONG | grfBINDF, | |||
| BINDINFO * | pBindInfo, | |||
| LPCOLESTR | pszHeaders, | |||
| LPCOLESTR | pszRedir, | |||
| UINT | uiCP | |||
| ) |
| void __RPC_STUB IDownloadManager_Download_Stub | ( | IRpcStubBuffer * | This, | |
| IRpcChannelBuffer * | _pRpcChannelBuffer, | |||
| PRPC_MESSAGE | _pRpcMessage, | |||
| DWORD * | _pdwStubPhase | |||
| ) |
| void* __RPC_USER MIDL_user_allocate | ( | size_t | ) |
| void __RPC_USER MIDL_user_free | ( | void * | ) |
| RPC_IF_HANDLE __MIDL_itf_downloadmgr_0000_v0_0_c_ifspec |
| RPC_IF_HANDLE __MIDL_itf_downloadmgr_0000_v0_0_s_ifspec |
| EXTERN_C const IID IID_IDownloadManager |
Definition at line 64 of file downloadmgr.h.
1.5.6