[][src]Struct winapi::um::sapiddk51::ISpThreadControlVtbl

#[repr(C)]
pub struct ISpThreadControlVtbl {
    pub parent: ISpNotifySinkVtbl,
    pub StartThread: unsafe extern "system" fn(This: *mut ISpThreadControl, dwFlags: DWORD, phwnd: *mut HWND) -> HRESULT,
    pub WaitForThreadDone: unsafe extern "system" fn(This: *mut ISpThreadControl, fForceStop: BOOL, phrThreadResult: *mut HRESULT, msTimeOut: ULONG) -> HRESULT,
    pub TerminateThread: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HRESULT,
    pub ThreadHandle: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLE,
    pub ThreadId: unsafe extern "system" fn(This: *mut ISpThreadControl) -> DWORD,
    pub NotifyEvent: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLE,
    pub WindowHandle: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HWND,
    pub ThreadCompleteEvent: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLE,
    pub ExitThreadEvent: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLE,
}

Fields

parent: ISpNotifySinkVtblStartThread: unsafe extern "system" fn(This: *mut ISpThreadControl, dwFlags: DWORD, phwnd: *mut HWND) -> HRESULTWaitForThreadDone: unsafe extern "system" fn(This: *mut ISpThreadControl, fForceStop: BOOL, phrThreadResult: *mut HRESULT, msTimeOut: ULONG) -> HRESULTTerminateThread: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HRESULTThreadHandle: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLEThreadId: unsafe extern "system" fn(This: *mut ISpThreadControl) -> DWORDNotifyEvent: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLEWindowHandle: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HWNDThreadCompleteEvent: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLEExitThreadEvent: unsafe extern "system" fn(This: *mut ISpThreadControl) -> HANDLE

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]