GetSessionOption property

Pointer<NativeFunction<HRESULT Function(Pointer<IInternetSession> This, DWORD dwOption, LPVOID pBuffer, Pointer<DWORD> pdwBufferLength, DWORD dwReserved)>> GetSessionOption
getter/setter pair

Implementation

external ffi.Pointer<ffi.NativeFunction<HRESULT Function(ffi.Pointer<IInternetSession> This, DWORD dwOption, LPVOID pBuffer, ffi.Pointer<DWORD> pdwBufferLength, DWORD dwReserved)>> GetSessionOption;