Struct webview2_sys::ICoreWebView2EnvironmentOptionsVTable[][src]

#[repr(C)]
pub struct ICoreWebView2EnvironmentOptionsVTable { pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub GetAdditionalBrowserArguments: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULT, pub PutAdditionalBrowserArguments: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULT, pub GetLanguage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULT, pub PutLanguage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULT, pub GetTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULT, pub PutTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULT, pub GetAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut BOOL) -> HRESULT, pub PutAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: BOOL) -> HRESULT, }

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableGetAdditionalBrowserArguments: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULTPutAdditionalBrowserArguments: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULTGetLanguage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULTPutLanguage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULTGetTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULTPutTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULTGetAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut BOOL) -> HRESULTPutAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.