#[repr(C)]
pub struct IScheduledWorkItem_Vtbl {
Show 30 fields pub base__: IUnknown_Vtbl, pub CreateTrigger: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut *mut c_void) -> HRESULT, pub DeleteTrigger: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT, pub GetTriggerCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub GetTrigger: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT, pub GetTriggerString: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut PWSTR) -> HRESULT, pub GetRunTimes: unsafe extern "system" fn(_: *mut c_void, _: *const SYSTEMTIME, _: *const SYSTEMTIME, _: *mut u16, _: *mut *mut SYSTEMTIME) -> HRESULT, pub GetNextRunTime: unsafe extern "system" fn(_: *mut c_void, _: *mut SYSTEMTIME) -> HRESULT, pub SetIdleWait: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT, pub GetIdleWait: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut u16) -> HRESULT, pub Run: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Terminate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub EditWorkItem: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT, pub GetMostRecentRunTime: unsafe extern "system" fn(_: *mut c_void, _: *mut SYSTEMTIME) -> HRESULT, pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT, pub GetExitCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetComment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetComment: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetCreator: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetCreator: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetWorkItemData: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *const u8) -> HRESULT, pub GetWorkItemData: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut *mut u8) -> HRESULT, pub SetErrorRetryCount: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT, pub GetErrorRetryCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub SetErrorRetryInterval: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT, pub GetErrorRetryInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetAccountInformation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT, pub GetAccountInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§CreateTrigger: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut *mut c_void) -> HRESULT§DeleteTrigger: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT§GetTriggerCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§GetTrigger: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT§GetTriggerString: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut PWSTR) -> HRESULT§GetRunTimes: unsafe extern "system" fn(_: *mut c_void, _: *const SYSTEMTIME, _: *const SYSTEMTIME, _: *mut u16, _: *mut *mut SYSTEMTIME) -> HRESULT§GetNextRunTime: unsafe extern "system" fn(_: *mut c_void, _: *mut SYSTEMTIME) -> HRESULT§SetIdleWait: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT§GetIdleWait: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut u16) -> HRESULT§Run: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Terminate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§EditWorkItem: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT§GetMostRecentRunTime: unsafe extern "system" fn(_: *mut c_void, _: *mut SYSTEMTIME) -> HRESULT§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT§GetExitCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetComment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetComment: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetCreator: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetCreator: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetWorkItemData: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *const u8) -> HRESULT§GetWorkItemData: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut *mut u8) -> HRESULT§SetErrorRetryCount: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT§GetErrorRetryCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§SetErrorRetryInterval: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT§GetErrorRetryInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetAccountInformation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§GetAccountInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT

Implementations§

§

impl IScheduledWorkItem_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IScheduledWorkItem_Impl, const OFFSET: isize>( ) -> IScheduledWorkItem_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.