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

#[repr(C)]
pub struct IEmailActionVtbl {
Show 21 fields 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

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.