IInternetSessionVtbl class final

Inheritance

Constructors

IInternetSessionVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IInternetSession> This)>>
getter/setter pair
CreateBinding Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, LPBC pBC, LPCWSTR szUrl, Pointer<IUnknown> pUnkOuter, Pointer<Pointer<IUnknown>> ppUnk, Pointer<Pointer<IInternetProtocol>> ppOInetProt, DWORD dwOption)>>
getter/setter pair
GetSessionOption Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, DWORD dwOption, LPVOID pBuffer, Pointer<DWORD> pdwBufferLength, DWORD dwReserved)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
RegisterMimeFilter Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, Pointer<IClassFactory> pCF, Pointer<IID> rclsid, LPCWSTR pwzType)>>
getter/setter pair
RegisterNameSpace Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, Pointer<IClassFactory> pCF, Pointer<IID> rclsid, LPCWSTR pwzProtocol, ULONG cPatterns, Pointer<LPCWSTR> ppwzPatterns, DWORD dwReserved)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IInternetSession> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetSessionOption Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, DWORD dwOption, LPVOID pBuffer, DWORD dwBufferLength, DWORD dwReserved)>>
getter/setter pair
UnregisterMimeFilter Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, Pointer<IClassFactory> pCF, LPCWSTR pwzType)>>
getter/setter pair
UnregisterNameSpace Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, Pointer<IClassFactory> pCF, LPCWSTR pszProtocol)>>
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