#[repr(C)]
pub struct ICoreWebView2ScriptDialogOpeningEventArgsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetUri: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: *mut LPWSTR) -> HRESULT,
pub GetKind: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: *mut ScriptDialogKind) -> HRESULT,
pub GetMessage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: *mut LPWSTR) -> HRESULT,
pub Accept: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr) -> HRESULT,
pub GetDefaultText: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: *mut LPWSTR) -> HRESULT,
pub GetResultText: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: *mut LPWSTR) -> HRESULT,
pub PutResultText: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: LPCWSTR) -> HRESULT,
pub GetDeferral: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ScriptDialogOpeningEventArgsVPtr, _: *mut *mut *mut ICoreWebView2DeferralVTable) -> HRESULT,
}
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.