[][src]Struct winapi::um::taskschd::ITaskDefinition

#[repr(C)]
pub struct ITaskDefinition { pub lpVtbl: *const ITaskDefinitionVtbl, }

Fields

lpVtbl: *const ITaskDefinitionVtbl

Methods

impl ITaskDefinition[src]

pub unsafe fn get_RegistrationInfo(
    &self,
    ppRegistrationInfo: *mut *mut IRegistrationInfo
) -> HRESULT
[src]

pub unsafe fn put_RegistrationInfo(
    &self,
    ppRegistrationInfo: *const IRegistrationInfo
) -> HRESULT
[src]

pub unsafe fn get_Triggers(
    &self,
    ppTriggers: *mut *mut ITriggerCollection
) -> HRESULT
[src]

pub unsafe fn put_Triggers(
    &self,
    ppTriggers: *const ITriggerCollection
) -> HRESULT
[src]

pub unsafe fn get_Settings(
    &self,
    ppSettings: *mut *mut ITaskSettings
) -> HRESULT
[src]

pub unsafe fn put_Settings(&self, ppSettings: *const ITaskSettings) -> HRESULT[src]

pub unsafe fn get_Data(&self, pData: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Data(&self, pData: BSTR) -> HRESULT[src]

pub unsafe fn get_Principal(&self, ppPrincipal: *mut *mut IPrincipal) -> HRESULT[src]

pub unsafe fn put_Principal(&self, ppPrincipal: *const IPrincipal) -> HRESULT[src]

pub unsafe fn get_Actions(
    &self,
    ppActions: *mut *mut IActionCollection
) -> HRESULT
[src]

pub unsafe fn put_Actions(&self, ppActions: *const IActionCollection) -> HRESULT[src]

pub unsafe fn get_XmlText(&self, pXml: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_XmlText(&self, pXml: BSTR) -> HRESULT[src]

Methods from Deref<Target = IDispatch>

pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT[src]

pub unsafe fn GetTypeInfo(
    &self,
    iTInfo: UINT,
    lcid: LCID,
    ppTInfo: *mut *mut ITypeInfo
) -> HRESULT
[src]

pub unsafe fn GetIDsOfNames(
    &self,
    riid: REFIID,
    rgszNames: *mut LPOLESTR,
    cNames: UINT,
    lcid: LCID,
    rgDispId: *mut DISPID
) -> HRESULT
[src]

pub unsafe fn Invoke(
    &self,
    dispIdMember: DISPID,
    riid: REFIID,
    lcid: LCID,
    wFlags: WORD,
    pDispParams: *mut DISPPARAMS,
    pVarResult: *mut VARIANT,
    pExcepInfo: *mut EXCEPINFO,
    puArgErr: *mut UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for ITaskDefinition[src]

impl Deref for ITaskDefinition[src]

type Target = IDispatch

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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