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

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

Fields

lpVtbl: *const IRegistrationInfoVtbl

Methods

impl IRegistrationInfo[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub unsafe fn get_SecurityDescriptor(&self, pSddl: *mut VARIANT) -> HRESULT[src]

pub unsafe fn put_SecurityDescriptor(&self, pSddl: VARIANT) -> HRESULT[src]

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

pub unsafe fn put_Source(&self, pSource: 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 IRegistrationInfo[src]

impl Deref for IRegistrationInfo[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]