Struct windows::Win32::Media::Speech::ISpThreadControl_Vtbl
#[repr(C)]pub struct ISpThreadControl_Vtbl {
pub base__: ISpNotifySink_Vtbl,
pub StartThread: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut HWND) -> HRESULT,
pub WaitForThreadDone: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut HRESULT, _: u32) -> HRESULT,
pub TerminateThread: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ThreadHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
pub ThreadId: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub NotifyEvent: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
pub WindowHandle: unsafe extern "system" fn(_: *mut c_void) -> HWND,
pub ThreadCompleteEvent: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
pub ExitThreadEvent: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
}
Fields§
§base__: ISpNotifySink_Vtbl
§StartThread: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut HWND) -> HRESULT
§WaitForThreadDone: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut HRESULT, _: u32) -> HRESULT
§TerminateThread: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ThreadHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
§ThreadId: unsafe extern "system" fn(_: *mut c_void) -> u32
§NotifyEvent: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
§WindowHandle: unsafe extern "system" fn(_: *mut c_void) -> HWND
§ThreadCompleteEvent: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
§ExitThreadEvent: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
Implementations§
§impl ISpThreadControl_Vtbl
impl ISpThreadControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpThreadControl_Vtblwhere
Identity: ISpThreadControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpThreadControl_Vtbl
impl RefUnwindSafe for ISpThreadControl_Vtbl
impl Send for ISpThreadControl_Vtbl
impl Sync for ISpThreadControl_Vtbl
impl Unpin for ISpThreadControl_Vtbl
impl UnwindSafe for ISpThreadControl_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