Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2_6
source · [−]#[repr(transparent)]pub struct ICoreWebView2_6(_);
Implementations
sourceimpl ICoreWebView2_6
impl ICoreWebView2_6
pub unsafe fn Settings(&self) -> Result<ICoreWebView2Settings>
pub unsafe fn Source(&self, uri: *mut PWSTR) -> Result<()>
pub unsafe fn ContentLoading<'a, Param0: IntoParam<'a, ICoreWebView2ContentLoadingEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveContentLoading<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn SourceChanged<'a, Param0: IntoParam<'a, ICoreWebView2SourceChangedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveSourceChanged<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn HistoryChanged<'a, Param0: IntoParam<'a, ICoreWebView2HistoryChangedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveHistoryChanged<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn ScriptDialogOpening<'a, Param0: IntoParam<'a, ICoreWebView2ScriptDialogOpeningEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveScriptDialogOpening<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn PermissionRequested<'a, Param0: IntoParam<'a, ICoreWebView2PermissionRequestedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemovePermissionRequested<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn ProcessFailed<'a, Param0: IntoParam<'a, ICoreWebView2ProcessFailedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveProcessFailed<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn AddScriptToExecuteOnDocumentCreated<'a, Param0: IntoParam<'a, PWSTR>, Param1: IntoParam<'a, ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler>>(
&self,
javascript: Param0,
handler: Param1
) -> Result<()>
pub unsafe fn RemoveScriptToExecuteOnDocumentCreated<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
id: Param0
) -> Result<()>
pub unsafe fn ExecuteScript<'a, Param0: IntoParam<'a, PWSTR>, Param1: IntoParam<'a, ICoreWebView2ExecuteScriptCompletedHandler>>(
&self,
javascript: Param0,
handler: Param1
) -> Result<()>
pub unsafe fn CapturePreview<'a, Param1: IntoParam<'a, IStream>, Param2: IntoParam<'a, ICoreWebView2CapturePreviewCompletedHandler>>(
&self,
imageformat: COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT,
imagestream: Param1,
handler: Param2
) -> Result<()>
pub unsafe fn Reload(&self) -> Result<()>
pub unsafe fn PostWebMessageAsJson<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
webmessageasjson: Param0
) -> Result<()>
pub unsafe fn PostWebMessageAsString<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
webmessageasstring: Param0
) -> Result<()>
pub unsafe fn WebMessageReceived<'a, Param0: IntoParam<'a, ICoreWebView2WebMessageReceivedEventHandler>>(
&self,
handler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveWebMessageReceived<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn CallDevToolsProtocolMethod<'a, Param0: IntoParam<'a, PWSTR>, Param1: IntoParam<'a, PWSTR>, Param2: IntoParam<'a, ICoreWebView2CallDevToolsProtocolMethodCompletedHandler>>(
&self,
methodname: Param0,
parametersasjson: Param1,
handler: Param2
) -> Result<()>
pub unsafe fn BrowserProcessId(&self, value: *mut u32) -> Result<()>
pub unsafe fn CanGoBack(&self, cangoback: *mut BOOL) -> Result<()>
pub unsafe fn CanGoForward(&self, cangoforward: *mut BOOL) -> Result<()>
pub unsafe fn GoBack(&self) -> Result<()>
pub unsafe fn GoForward(&self) -> Result<()>
pub unsafe fn GetDevToolsProtocolEventReceiver<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
eventname: Param0
) -> Result<ICoreWebView2DevToolsProtocolEventReceiver>
pub unsafe fn Stop(&self) -> Result<()>
pub unsafe fn NewWindowRequested<'a, Param0: IntoParam<'a, ICoreWebView2NewWindowRequestedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveNewWindowRequested<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn DocumentTitleChanged<'a, Param0: IntoParam<'a, ICoreWebView2DocumentTitleChangedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveDocumentTitleChanged<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn DocumentTitle(&self, title: *mut PWSTR) -> Result<()>
pub unsafe fn AddHostObjectToScript<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
name: Param0,
object: *mut VARIANT
) -> Result<()>
pub unsafe fn RemoveHostObjectFromScript<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
name: Param0
) -> Result<()>
pub unsafe fn OpenDevToolsWindow(&self) -> Result<()>
pub unsafe fn ContainsFullScreenElementChanged<'a, Param0: IntoParam<'a, ICoreWebView2ContainsFullScreenElementChangedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveContainsFullScreenElementChanged<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn ContainsFullScreenElement(
&self,
containsfullscreenelement: *mut BOOL
) -> Result<()>
pub unsafe fn WebResourceRequested<'a, Param0: IntoParam<'a, ICoreWebView2WebResourceRequestedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveWebResourceRequested<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn AddWebResourceRequestedFilter<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
uri: Param0,
resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT
) -> Result<()>
pub unsafe fn RemoveWebResourceRequestedFilter<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
uri: Param0,
resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT
) -> Result<()>
pub unsafe fn WindowCloseRequested<'a, Param0: IntoParam<'a, ICoreWebView2WindowCloseRequestedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveWindowCloseRequested<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn WebResourceResponseReceived<'a, Param0: IntoParam<'a, ICoreWebView2WebResourceResponseReceivedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveWebResourceResponseReceived<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn DOMContentLoaded<'a, Param0: IntoParam<'a, ICoreWebView2DOMContentLoadedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveDOMContentLoaded<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn CookieManager(&self) -> Result<ICoreWebView2CookieManager>
pub unsafe fn Environment(&self) -> Result<ICoreWebView2Environment>
pub unsafe fn TrySuspend<'a, Param0: IntoParam<'a, ICoreWebView2TrySuspendCompletedHandler>>(
&self,
handler: Param0
) -> Result<()>
pub unsafe fn Resume(&self) -> Result<()>
pub unsafe fn IsSuspended(&self, issuspended: *mut BOOL) -> Result<()>
pub unsafe fn SetVirtualHostNameToFolderMapping<'a, Param0: IntoParam<'a, PWSTR>, Param1: IntoParam<'a, PWSTR>>(
&self,
hostname: Param0,
folderpath: Param1,
accesskind: COREWEBVIEW2_HOST_RESOURCE_ACCESS_KIND
) -> Result<()>
pub unsafe fn ClearVirtualHostNameToFolderMapping<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
hostname: Param0
) -> Result<()>
pub unsafe fn FrameCreated<'a, Param0: IntoParam<'a, ICoreWebView2FrameCreatedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveFrameCreated<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn DownloadStarting<'a, Param0: IntoParam<'a, ICoreWebView2DownloadStartingEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveDownloadStarting<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn ClientCertificateRequested<'a, Param0: IntoParam<'a, ICoreWebView2ClientCertificateRequestedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveClientCertificateRequested<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn OpenTaskManagerWindow(&self) -> Result<()>
Trait Implementations
sourceimpl Clone for ICoreWebView2_6
impl Clone for ICoreWebView2_6
sourceimpl Debug for ICoreWebView2_6
impl Debug for ICoreWebView2_6
sourceimpl From<&'_ ICoreWebView2_6> for ICoreWebView2_5
impl From<&'_ ICoreWebView2_6> for ICoreWebView2_5
sourcefn from(value: &ICoreWebView2_6) -> Self
fn from(value: &ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_6> for ICoreWebView2_4
impl From<&'_ ICoreWebView2_6> for ICoreWebView2_4
sourcefn from(value: &ICoreWebView2_6) -> Self
fn from(value: &ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_6> for ICoreWebView2_3
impl From<&'_ ICoreWebView2_6> for ICoreWebView2_3
sourcefn from(value: &ICoreWebView2_6) -> Self
fn from(value: &ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_6> for ICoreWebView2_2
impl From<&'_ ICoreWebView2_6> for ICoreWebView2_2
sourcefn from(value: &ICoreWebView2_6) -> Self
fn from(value: &ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_6> for ICoreWebView2
impl From<&'_ ICoreWebView2_6> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_6) -> Self
fn from(value: &ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_6> for IUnknown
impl From<&'_ ICoreWebView2_6> for IUnknown
sourcefn from(value: &ICoreWebView2_6) -> Self
fn from(value: &ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_7> for ICoreWebView2_6
impl From<&'_ ICoreWebView2_7> for ICoreWebView2_6
sourcefn from(value: &ICoreWebView2_7) -> Self
fn from(value: &ICoreWebView2_7) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_8> for ICoreWebView2_6
impl From<&'_ ICoreWebView2_8> for ICoreWebView2_6
sourcefn from(value: &ICoreWebView2_8) -> Self
fn from(value: &ICoreWebView2_8) -> Self
Performs the conversion.
sourceimpl From<&'_ ICoreWebView2_9> for ICoreWebView2_6
impl From<&'_ ICoreWebView2_9> for ICoreWebView2_6
sourcefn from(value: &ICoreWebView2_9) -> Self
fn from(value: &ICoreWebView2_9) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_6> for ICoreWebView2_5
impl From<ICoreWebView2_6> for ICoreWebView2_5
sourcefn from(value: ICoreWebView2_6) -> Self
fn from(value: ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_6> for ICoreWebView2_4
impl From<ICoreWebView2_6> for ICoreWebView2_4
sourcefn from(value: ICoreWebView2_6) -> Self
fn from(value: ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_6> for ICoreWebView2_3
impl From<ICoreWebView2_6> for ICoreWebView2_3
sourcefn from(value: ICoreWebView2_6) -> Self
fn from(value: ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_6> for ICoreWebView2_2
impl From<ICoreWebView2_6> for ICoreWebView2_2
sourcefn from(value: ICoreWebView2_6) -> Self
fn from(value: ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_6> for ICoreWebView2
impl From<ICoreWebView2_6> for ICoreWebView2
sourcefn from(value: ICoreWebView2_6) -> Self
fn from(value: ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_6> for IUnknown
impl From<ICoreWebView2_6> for IUnknown
sourcefn from(value: ICoreWebView2_6) -> Self
fn from(value: ICoreWebView2_6) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2_6
impl From<ICoreWebView2_7> for ICoreWebView2_6
sourcefn from(value: ICoreWebView2_7) -> Self
fn from(value: ICoreWebView2_7) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_8> for ICoreWebView2_6
impl From<ICoreWebView2_8> for ICoreWebView2_6
sourcefn from(value: ICoreWebView2_8) -> Self
fn from(value: ICoreWebView2_8) -> Self
Performs the conversion.
sourceimpl From<ICoreWebView2_9> for ICoreWebView2_6
impl From<ICoreWebView2_9> for ICoreWebView2_6
sourcefn from(value: ICoreWebView2_9) -> Self
fn from(value: ICoreWebView2_9) -> Self
Performs the conversion.
sourceimpl Interface for ICoreWebView2_6
impl Interface for ICoreWebView2_6
sourceimpl PartialEq<ICoreWebView2_6> for ICoreWebView2_6
impl PartialEq<ICoreWebView2_6> for ICoreWebView2_6
impl Eq for ICoreWebView2_6
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2_6
impl !Send for ICoreWebView2_6
impl !Sync for ICoreWebView2_6
impl Unpin for ICoreWebView2_6
impl UnwindSafe for ICoreWebView2_6
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> DefaultType for T where
T: Interface + Clone + PartialEq<T>,
impl<T> DefaultType for T where
T: Interface + Clone + PartialEq<T>,
type DefaultType = Option<T>
sourcepub unsafe fn from_default(
value: &<T as DefaultType>::DefaultType
) -> Result<T, Error>
pub unsafe fn from_default(
value: &<T as DefaultType>::DefaultType
) -> Result<T, Error>
Safety
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more