Data Structures |
| struct | MkProtocol |
Defines |
| #define | NO_SHLWAPI_REG |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (urlmon) |
| static MkProtocol * | impl_from_IInternetProtocolEx (IInternetProtocolEx *iface) |
| static HRESULT WINAPI | MkProtocol_QueryInterface (IInternetProtocolEx *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | MkProtocol_AddRef (IInternetProtocolEx *iface) |
| static ULONG WINAPI | MkProtocol_Release (IInternetProtocolEx *iface) |
| static HRESULT | report_result (IInternetProtocolSink *sink, HRESULT hres, DWORD dwError) |
| static HRESULT WINAPI | MkProtocol_Start (IInternetProtocolEx *iface, LPCWSTR szUrl, IInternetProtocolSink *pOIProtSink, IInternetBindInfo *pOIBindInfo, DWORD grfPI, HANDLE_PTR dwReserved) |
| static HRESULT WINAPI | MkProtocol_Continue (IInternetProtocolEx *iface, PROTOCOLDATA *pProtocolData) |
| static HRESULT WINAPI | MkProtocol_Abort (IInternetProtocolEx *iface, HRESULT hrReason, DWORD dwOptions) |
| static HRESULT WINAPI | MkProtocol_Terminate (IInternetProtocolEx *iface, DWORD dwOptions) |
| static HRESULT WINAPI | MkProtocol_Suspend (IInternetProtocolEx *iface) |
| static HRESULT WINAPI | MkProtocol_Resume (IInternetProtocolEx *iface) |
| static HRESULT WINAPI | MkProtocol_Read (IInternetProtocolEx *iface, void *pv, ULONG cb, ULONG *pcbRead) |
| static HRESULT WINAPI | MkProtocol_Seek (IInternetProtocolEx *iface, LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition) |
| static HRESULT WINAPI | MkProtocol_LockRequest (IInternetProtocolEx *iface, DWORD dwOptions) |
| static HRESULT WINAPI | MkProtocol_UnlockRequest (IInternetProtocolEx *iface) |
| static HRESULT WINAPI | MkProtocol_StartEx (IInternetProtocolEx *iface, IUri *pUri, IInternetProtocolSink *pOIProtSink, IInternetBindInfo *pOIBindInfo, DWORD grfPI, HANDLE *dwReserved) |
| HRESULT | MkProtocol_Construct (IUnknown *pUnkOuter, LPVOID *ppobj) |
Variables |
static const
IInternetProtocolExVtbl | MkProtocolVtbl |