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

#[repr(C)]
pub struct IEmailActionVtbl {
    pub parent: IActionVtbl,
    pub get_Server: unsafe extern "system" fn(This: *mut IEmailAction, pServer: *mut BSTR) -> HRESULT,
    pub put_Server: unsafe extern "system" fn(This: *mut IEmailAction, pServer: BSTR) -> HRESULT,
    pub get_Subject: unsafe extern "system" fn(This: *mut IEmailAction, pSubject: *mut BSTR) -> HRESULT,
    pub put_Subject: unsafe extern "system" fn(This: *mut IEmailAction, pSubject: BSTR) -> HRESULT,
    pub get_To: unsafe extern "system" fn(This: *mut IEmailAction, pTo: *mut BSTR) -> HRESULT,
    pub put_To: unsafe extern "system" fn(This: *mut IEmailAction, pTo: BSTR) -> HRESULT,
    pub get_Cc: unsafe extern "system" fn(This: *mut IEmailAction, pCc: *mut BSTR) -> HRESULT,
    pub put_Cc: unsafe extern "system" fn(This: *mut IEmailAction, pCc: BSTR) -> HRESULT,
    pub get_Bcc: unsafe extern "system" fn(This: *mut IEmailAction, pBcc: *mut BSTR) -> HRESULT,
    pub put_Bcc: unsafe extern "system" fn(This: *mut IEmailAction, pBcc: BSTR) -> HRESULT,
    pub get_ReplyTo: unsafe extern "system" fn(This: *mut IEmailAction, pReplyTo: *mut BSTR) -> HRESULT,
    pub put_ReplyTo: unsafe extern "system" fn(This: *mut IEmailAction, pReplyTo: BSTR) -> HRESULT,
    pub get_From: unsafe extern "system" fn(This: *mut IEmailAction, pFrom: *mut BSTR) -> HRESULT,
    pub put_From: unsafe extern "system" fn(This: *mut IEmailAction, pFrom: BSTR) -> HRESULT,
    pub get_HeaderFields: unsafe extern "system" fn(This: *mut IEmailAction, ppHeaderFields: *mut *mut ITaskNamedValueCollection) -> HRESULT,
    pub put_HeaderFields: unsafe extern "system" fn(This: *mut IEmailAction, ppHeaderFields: *const ITaskNamedValueCollection) -> HRESULT,
    pub get_Body: unsafe extern "system" fn(This: *mut IEmailAction, pBody: *mut BSTR) -> HRESULT,
    pub put_Body: unsafe extern "system" fn(This: *mut IEmailAction, pBody: BSTR) -> HRESULT,
    pub get_Attachments: unsafe extern "system" fn(This: *mut IEmailAction, pAttachements: *mut SAFEARRAY) -> HRESULT,
    pub put_Attachments: unsafe extern "system" fn(This: *mut IEmailAction, pAttachements: SAFEARRAY) -> HRESULT,
}

Fields

parent: IActionVtblget_Server: unsafe extern "system" fn(This: *mut IEmailAction, pServer: *mut BSTR) -> HRESULTput_Server: unsafe extern "system" fn(This: *mut IEmailAction, pServer: BSTR) -> HRESULTget_Subject: unsafe extern "system" fn(This: *mut IEmailAction, pSubject: *mut BSTR) -> HRESULTput_Subject: unsafe extern "system" fn(This: *mut IEmailAction, pSubject: BSTR) -> HRESULTget_To: unsafe extern "system" fn(This: *mut IEmailAction, pTo: *mut BSTR) -> HRESULTput_To: unsafe extern "system" fn(This: *mut IEmailAction, pTo: BSTR) -> HRESULTget_Cc: unsafe extern "system" fn(This: *mut IEmailAction, pCc: *mut BSTR) -> HRESULTput_Cc: unsafe extern "system" fn(This: *mut IEmailAction, pCc: BSTR) -> HRESULTget_Bcc: unsafe extern "system" fn(This: *mut IEmailAction, pBcc: *mut BSTR) -> HRESULTput_Bcc: unsafe extern "system" fn(This: *mut IEmailAction, pBcc: BSTR) -> HRESULTget_ReplyTo: unsafe extern "system" fn(This: *mut IEmailAction, pReplyTo: *mut BSTR) -> HRESULTput_ReplyTo: unsafe extern "system" fn(This: *mut IEmailAction, pReplyTo: BSTR) -> HRESULTget_From: unsafe extern "system" fn(This: *mut IEmailAction, pFrom: *mut BSTR) -> HRESULTput_From: unsafe extern "system" fn(This: *mut IEmailAction, pFrom: BSTR) -> HRESULTget_HeaderFields: unsafe extern "system" fn(This: *mut IEmailAction, ppHeaderFields: *mut *mut ITaskNamedValueCollection) -> HRESULTput_HeaderFields: unsafe extern "system" fn(This: *mut IEmailAction, ppHeaderFields: *const ITaskNamedValueCollection) -> HRESULTget_Body: unsafe extern "system" fn(This: *mut IEmailAction, pBody: *mut BSTR) -> HRESULTput_Body: unsafe extern "system" fn(This: *mut IEmailAction, pBody: BSTR) -> HRESULTget_Attachments: unsafe extern "system" fn(This: *mut IEmailAction, pAttachements: *mut SAFEARRAY) -> HRESULTput_Attachments: unsafe extern "system" fn(This: *mut IEmailAction, pAttachements: SAFEARRAY) -> 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]