IInternetProtocolVtbl class final

Inheritance

Constructors

IInternetProtocolVtbl()

Properties

Abort Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, HRESULT hrReason, DWORD dwOptions)>>
getter/setter pair
AddRef Pointer<NativeFunction<ULONG Function(Pointer<IInternetProtocol> This)>>
getter/setter pair
Continue Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, Pointer<PROTOCOLDATA> pProtocolData)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
LockRequest Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, DWORD dwOptions)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Read Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, Pointer<Void> pv, ULONG cb, Pointer<ULONG> pcbRead)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IInternetProtocol> This)>>
getter/setter pair
Resume Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Seek Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, LARGE_INTEGER dlibMove, DWORD dwOrigin, Pointer<ULARGE_INTEGER> plibNewPosition)>>
getter/setter pair
Start Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, LPCWSTR szUrl, Pointer<IInternetProtocolSink> pOIProtSink, Pointer<IInternetBindInfo> pOIBindInfo, DWORD grfPI, HANDLE_PTR dwReserved)>>
getter/setter pair
Suspend Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This)>>
getter/setter pair
Terminate Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This, DWORD dwOptions)>>
getter/setter pair
UnlockRequest Pointer<NativeFunction<HRESULT Function(Pointer<IInternetProtocol> This)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited