Struct IScheduledWorkItem_Vtbl
#[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) -> HRESULTImplementations§
§impl IScheduledWorkItem_Vtbl
impl IScheduledWorkItem_Vtbl
pub const fn new<Identity: IScheduledWorkItem_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IScheduledWorkItem_Vtbl
impl RefUnwindSafe for IScheduledWorkItem_Vtbl
impl Send for IScheduledWorkItem_Vtbl
impl Sync for IScheduledWorkItem_Vtbl
impl Unpin for IScheduledWorkItem_Vtbl
impl UnwindSafe for IScheduledWorkItem_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