Struct windows::Win32::System::Diagnostics::Debug::ActiveScript::IDebugDocumentHelper64_Vtbl
#[repr(C)]pub struct IDebugDocumentHelper64_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub Init: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub Attach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Detach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddUnicodeText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AddDBCSText: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub SetDebugDocumentHost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddDeferredText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub DefineScriptBlock: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut c_void, _: BOOL, _: *mut u64) -> HRESULT,
pub SetDefaultTextAttr: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub SetTextAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u16) -> HRESULT,
pub SetLongName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetShortName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetDocumentAttr: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetDebugApplicationNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetScriptBlockInfo: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub CreateDebugDocumentContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub BringDocumentToTop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub BringDocumentContextToTop: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Init: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT
§Attach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Detach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddUnicodeText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AddDBCSText: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT
§SetDebugDocumentHost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddDeferredText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§DefineScriptBlock: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut c_void, _: BOOL, _: *mut u64) -> HRESULT
§SetDefaultTextAttr: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§SetTextAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u16) -> HRESULT
§SetLongName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetShortName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetDocumentAttr: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetDebugApplicationNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetScriptBlockInfo: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§CreateDebugDocumentContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§BringDocumentToTop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§BringDocumentContextToTop: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IDebugDocumentHelper64_Vtbl
impl IDebugDocumentHelper64_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugDocumentHelper64_Vtblwhere
Identity: IDebugDocumentHelper64_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugDocumentHelper64_Vtbl
impl RefUnwindSafe for IDebugDocumentHelper64_Vtbl
impl Send for IDebugDocumentHelper64_Vtbl
impl Sync for IDebugDocumentHelper64_Vtbl
impl Unpin for IDebugDocumentHelper64_Vtbl
impl UnwindSafe for IDebugDocumentHelper64_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