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

#[repr(C)]
pub struct IRegistrationInfoVtbl {
    pub parent: IDispatchVtbl,
    pub get_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: *mut BSTR) -> HRESULT,
    pub put_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: BSTR) -> HRESULT,
    pub get_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: *mut BSTR) -> HRESULT,
    pub put_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: BSTR) -> HRESULT,
    pub get_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: *mut BSTR) -> HRESULT,
    pub put_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: BSTR) -> HRESULT,
    pub get_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: *mut BSTR) -> HRESULT,
    pub put_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: BSTR) -> HRESULT,
    pub get_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: *mut BSTR) -> HRESULT,
    pub put_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: BSTR) -> HRESULT,
    pub get_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: *mut BSTR) -> HRESULT,
    pub put_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: BSTR) -> HRESULT,
    pub get_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: *mut BSTR) -> HRESULT,
    pub put_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: BSTR) -> HRESULT,
    pub get_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: *mut VARIANT) -> HRESULT,
    pub put_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: VARIANT) -> HRESULT,
    pub get_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: *mut BSTR) -> HRESULT,
    pub put_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: BSTR) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: *mut BSTR) -> HRESULTput_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: BSTR) -> HRESULTget_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: *mut BSTR) -> HRESULTput_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: BSTR) -> HRESULTget_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: *mut BSTR) -> HRESULTput_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: BSTR) -> HRESULTget_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: *mut BSTR) -> HRESULTput_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: BSTR) -> HRESULTget_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: *mut BSTR) -> HRESULTput_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: BSTR) -> HRESULTget_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: *mut BSTR) -> HRESULTput_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: BSTR) -> HRESULTget_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: *mut BSTR) -> HRESULTput_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: BSTR) -> HRESULTget_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: *mut VARIANT) -> HRESULTput_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: VARIANT) -> HRESULTget_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: *mut BSTR) -> HRESULTput_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: BSTR) -> HRESULT

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]