Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2
source · [−]#[repr(transparent)]pub struct ICoreWebView2(_);
Implementations
sourceimpl ICoreWebView2
impl ICoreWebView2
pub unsafe fn Settings(&self) -> Result<ICoreWebView2Settings, Error>
pub unsafe fn Source(&self, uri: *mut PWSTR) -> Result<(), Error>
pub unsafe fn add_ContentLoading<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ContentLoadingEventHandler>>,
pub unsafe fn remove_ContentLoading(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_SourceChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2SourceChangedEventHandler>>,
pub unsafe fn remove_SourceChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_HistoryChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2HistoryChangedEventHandler>>,
pub unsafe fn remove_HistoryChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_ScriptDialogOpening<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ScriptDialogOpeningEventHandler>>,
pub unsafe fn remove_ScriptDialogOpening(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_PermissionRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2PermissionRequestedEventHandler>>,
pub unsafe fn remove_PermissionRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_ProcessFailed<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ProcessFailedEventHandler>>,
pub unsafe fn remove_ProcessFailed(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn AddScriptToExecuteOnDocumentCreated<'a, P0, P1>(
&self,
javascript: P0,
handler: P1
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<InParam<'a, ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler>>,
pub unsafe fn RemoveScriptToExecuteOnDocumentCreated<P0>(
&self,
id: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn ExecuteScript<'a, P0, P1>(
&self,
javascript: P0,
handler: P1
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<InParam<'a, ICoreWebView2ExecuteScriptCompletedHandler>>,
pub unsafe fn CapturePreview<'a, P0, P1>(
&self,
imageformat: COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT,
imagestream: P0,
handler: P1
) -> Result<(), Error> where
P0: Into<InParam<'a, IStream>>,
P1: Into<InParam<'a, ICoreWebView2CapturePreviewCompletedHandler>>,
pub unsafe fn Reload(&self) -> Result<(), Error>
pub unsafe fn PostWebMessageAsJson<P0>(
&self,
webmessageasjson: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn PostWebMessageAsString<P0>(
&self,
webmessageasstring: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn add_WebMessageReceived<'a, P0>(
&self,
handler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2WebMessageReceivedEventHandler>>,
pub unsafe fn remove_WebMessageReceived(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn CallDevToolsProtocolMethod<'a, P0, P1, P2>(
&self,
methodname: P0,
parametersasjson: P1,
handler: P2
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<PCWSTR>,
P2: Into<InParam<'a, ICoreWebView2CallDevToolsProtocolMethodCompletedHandler>>,
pub unsafe fn BrowserProcessId(&self, value: *mut u32) -> Result<(), Error>
pub unsafe fn CanGoBack(&self, cangoback: *mut BOOL) -> Result<(), Error>
pub unsafe fn CanGoForward(&self, cangoforward: *mut BOOL) -> Result<(), Error>
pub unsafe fn GoBack(&self) -> Result<(), Error>
pub unsafe fn GoForward(&self) -> Result<(), Error>
pub unsafe fn GetDevToolsProtocolEventReceiver<P0>(
&self,
eventname: P0
) -> Result<ICoreWebView2DevToolsProtocolEventReceiver, Error> where
P0: Into<PCWSTR>,
pub unsafe fn Stop(&self) -> Result<(), Error>
pub unsafe fn add_NewWindowRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2NewWindowRequestedEventHandler>>,
pub unsafe fn remove_NewWindowRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_DocumentTitleChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2DocumentTitleChangedEventHandler>>,
pub unsafe fn remove_DocumentTitleChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn DocumentTitle(&self, title: *mut PWSTR) -> Result<(), Error>
pub unsafe fn AddHostObjectToScript<P0>(
&self,
name: P0,
object: *mut VARIANT
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn RemoveHostObjectFromScript<P0>(
&self,
name: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn OpenDevToolsWindow(&self) -> Result<(), Error>
pub unsafe fn add_ContainsFullScreenElementChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ContainsFullScreenElementChangedEventHandler>>,
pub unsafe fn remove_ContainsFullScreenElementChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn ContainsFullScreenElement(
&self,
containsfullscreenelement: *mut BOOL
) -> Result<(), Error>
pub unsafe fn add_WebResourceRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2WebResourceRequestedEventHandler>>,
pub unsafe fn remove_WebResourceRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn AddWebResourceRequestedFilter<P0>(
&self,
uri: P0,
resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn RemoveWebResourceRequestedFilter<P0>(
&self,
uri: P0,
resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn add_WindowCloseRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2WindowCloseRequestedEventHandler>>,
pub unsafe fn remove_WindowCloseRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
Trait Implementations
sourceimpl Clone for ICoreWebView2
impl Clone for ICoreWebView2
sourcefn clone(&self) -> ICoreWebView2
fn clone(&self) -> ICoreWebView2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ICoreWebView2
impl Debug for ICoreWebView2
sourceimpl<'a> From<&'a ICoreWebView2_10> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_10> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_10) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_10) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_11> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_11> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_11) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_11) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_12> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_12> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_12) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_12) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_13> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_13> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_13) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_13) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_14> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_14> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_14) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_14) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_15> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_15> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_15) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_15) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_2> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_2> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_2) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_2) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_3> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_3> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_3) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_3) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_4> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_4> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_4) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_4) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_5> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_5> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_5) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_5) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_6> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_6> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_6) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_6) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_8> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_8> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_8) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_8) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_9> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_9> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_9) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_9) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_10> for ICoreWebView2
impl From<&ICoreWebView2_10> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_10) -> ICoreWebView2
fn from(value: &ICoreWebView2_10) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_11> for ICoreWebView2
impl From<&ICoreWebView2_11> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_11) -> ICoreWebView2
fn from(value: &ICoreWebView2_11) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_12> for ICoreWebView2
impl From<&ICoreWebView2_12> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_12) -> ICoreWebView2
fn from(value: &ICoreWebView2_12) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_13> for ICoreWebView2
impl From<&ICoreWebView2_13> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_13) -> ICoreWebView2
fn from(value: &ICoreWebView2_13) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_14> for ICoreWebView2
impl From<&ICoreWebView2_14> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_14) -> ICoreWebView2
fn from(value: &ICoreWebView2_14) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_15> for ICoreWebView2
impl From<&ICoreWebView2_15> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_15) -> ICoreWebView2
fn from(value: &ICoreWebView2_15) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_2> for ICoreWebView2
impl From<&ICoreWebView2_2> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_2) -> ICoreWebView2
fn from(value: &ICoreWebView2_2) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_3> for ICoreWebView2
impl From<&ICoreWebView2_3> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_3) -> ICoreWebView2
fn from(value: &ICoreWebView2_3) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_4> for ICoreWebView2
impl From<&ICoreWebView2_4> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_4) -> ICoreWebView2
fn from(value: &ICoreWebView2_4) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_5> for ICoreWebView2
impl From<&ICoreWebView2_5> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_5) -> ICoreWebView2
fn from(value: &ICoreWebView2_5) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_6> for ICoreWebView2
impl From<&ICoreWebView2_6> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_6) -> ICoreWebView2
fn from(value: &ICoreWebView2_6) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2
impl From<&ICoreWebView2_7> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2
fn from(value: &ICoreWebView2_7) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_8> for ICoreWebView2
impl From<&ICoreWebView2_8> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_8) -> ICoreWebView2
fn from(value: &ICoreWebView2_8) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_9> for ICoreWebView2
impl From<&ICoreWebView2_9> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_9) -> ICoreWebView2
fn from(value: &ICoreWebView2_9) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_10> for ICoreWebView2
impl From<ICoreWebView2_10> for ICoreWebView2
sourcefn from(value: ICoreWebView2_10) -> ICoreWebView2
fn from(value: ICoreWebView2_10) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_11> for ICoreWebView2
impl From<ICoreWebView2_11> for ICoreWebView2
sourcefn from(value: ICoreWebView2_11) -> ICoreWebView2
fn from(value: ICoreWebView2_11) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_12> for ICoreWebView2
impl From<ICoreWebView2_12> for ICoreWebView2
sourcefn from(value: ICoreWebView2_12) -> ICoreWebView2
fn from(value: ICoreWebView2_12) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_13> for ICoreWebView2
impl From<ICoreWebView2_13> for ICoreWebView2
sourcefn from(value: ICoreWebView2_13) -> ICoreWebView2
fn from(value: ICoreWebView2_13) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_14> for ICoreWebView2
impl From<ICoreWebView2_14> for ICoreWebView2
sourcefn from(value: ICoreWebView2_14) -> ICoreWebView2
fn from(value: ICoreWebView2_14) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_15> for ICoreWebView2
impl From<ICoreWebView2_15> for ICoreWebView2
sourcefn from(value: ICoreWebView2_15) -> ICoreWebView2
fn from(value: ICoreWebView2_15) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_2> for ICoreWebView2
impl From<ICoreWebView2_2> for ICoreWebView2
sourcefn from(value: ICoreWebView2_2) -> ICoreWebView2
fn from(value: ICoreWebView2_2) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_3> for ICoreWebView2
impl From<ICoreWebView2_3> for ICoreWebView2
sourcefn from(value: ICoreWebView2_3) -> ICoreWebView2
fn from(value: ICoreWebView2_3) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_4> for ICoreWebView2
impl From<ICoreWebView2_4> for ICoreWebView2
sourcefn from(value: ICoreWebView2_4) -> ICoreWebView2
fn from(value: ICoreWebView2_4) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_5> for ICoreWebView2
impl From<ICoreWebView2_5> for ICoreWebView2
sourcefn from(value: ICoreWebView2_5) -> ICoreWebView2
fn from(value: ICoreWebView2_5) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_6> for ICoreWebView2
impl From<ICoreWebView2_6> for ICoreWebView2
sourcefn from(value: ICoreWebView2_6) -> ICoreWebView2
fn from(value: ICoreWebView2_6) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2
impl From<ICoreWebView2_7> for ICoreWebView2
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2
fn from(value: ICoreWebView2_7) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_8> for ICoreWebView2
impl From<ICoreWebView2_8> for ICoreWebView2
sourcefn from(value: ICoreWebView2_8) -> ICoreWebView2
fn from(value: ICoreWebView2_8) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_9> for ICoreWebView2
impl From<ICoreWebView2_9> for ICoreWebView2
sourcefn from(value: ICoreWebView2_9) -> ICoreWebView2
fn from(value: ICoreWebView2_9) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2
impl Interface for ICoreWebView2
sourceconst IID: GUID = ::windows::core::GUID::from_u128(158079047729755318343897935413800826718)
const IID: GUID = ::windows::core::GUID::from_u128(158079047729755318343897935413800826718)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2> for ICoreWebView2
impl PartialEq<ICoreWebView2> for ICoreWebView2
sourcefn eq(&self, other: &ICoreWebView2) -> bool
fn eq(&self, other: &ICoreWebView2) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl RuntimeName for ICoreWebView2
impl RuntimeName for ICoreWebView2
impl Eq for ICoreWebView2
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2
impl !Send for ICoreWebView2
impl !Sync for ICoreWebView2
impl Unpin for ICoreWebView2
impl UnwindSafe for ICoreWebView2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more