Struct IActiveScriptParse32_Vtbl
#[repr(C)]pub struct IActiveScriptParse32_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitNew: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddScriptlet: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut *mut c_void, _: *mut EXCEPINFO) -> HRESULT,
pub ParseScriptText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut c_void, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut VARIANT, _: *mut EXCEPINFO) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitNew: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddScriptlet: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut *mut c_void, _: *mut EXCEPINFO) -> HRESULT
§ParseScriptText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut c_void, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut VARIANT, _: *mut EXCEPINFO) -> HRESULT
Implementations§
§impl IActiveScriptParse32_Vtbl
impl IActiveScriptParse32_Vtbl
pub const fn new<Identity: IActiveScriptParse32_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IActiveScriptParse32_Vtbl
impl RefUnwindSafe for IActiveScriptParse32_Vtbl
impl Send for IActiveScriptParse32_Vtbl
impl Sync for IActiveScriptParse32_Vtbl
impl Unpin for IActiveScriptParse32_Vtbl
impl UnwindSafe for IActiveScriptParse32_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more