ReactOS 0.4.16-dev-823-g9a093ec
|
Public Types | |
typedef IBinding * | LPBINDING |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | Abort () |
HRESULT | Suspend () |
HRESULT | Resume () |
HRESULT | SetPriority ([in] LONG nPriority) |
HRESULT | GetPriority ([out] LONG *pnPriority) |
HRESULT | GetBindResult ([out] CLSID *pclsidProtocol, [out] DWORD *pdwResult, [out] LPOLESTR *pszResult, [in, out] DWORD *pdwReserved) |
HRESULT | RemoteGetBindResult ([out] CLSID *pclsidProtocol, [out] DWORD *pdwResult, [out] LPOLESTR *pszResult, [in] DWORD dwReserved) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 55 of file urlmon.idl.
typedef IBinding* IBinding::LPBINDING |
Definition at line 57 of file urlmon.idl.
HRESULT IBinding::Abort | ( | ) |
HRESULT IBinding::GetBindResult | ( | [out] CLSID * | pclsidProtocol, |
[out] DWORD * | pdwResult, | ||
[out] LPOLESTR * | pszResult, | ||
[in, out] DWORD * | pdwReserved | ||
) |
HRESULT IBinding::RemoteGetBindResult | ( | [out] CLSID * | pclsidProtocol, |
[out] DWORD * | pdwResult, | ||
[out] LPOLESTR * | pszResult, | ||
[in] DWORD | dwReserved | ||
) |
HRESULT IBinding::Resume | ( | ) |
HRESULT IBinding::Suspend | ( | ) |