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

#[repr(C)]
pub struct IShowMessageActionVtbl { pub parent: IActionVtbl, pub get_Title: unsafe extern "system" fn(This: *mut IShowMessageAction, pTitle: *mut BSTR) -> HRESULT, pub put_Title: unsafe extern "system" fn(This: *mut IShowMessageAction, pTitle: BSTR) -> HRESULT, pub get_MessageBody: unsafe extern "system" fn(This: *mut IShowMessageAction, pMessageBody: *mut BSTR) -> HRESULT, pub put_MessageBody: unsafe extern "system" fn(This: *mut IShowMessageAction, pMessageBody: BSTR) -> HRESULT, }

Fields

parent: IActionVtblget_Title: unsafe extern "system" fn(This: *mut IShowMessageAction, pTitle: *mut BSTR) -> HRESULTput_Title: unsafe extern "system" fn(This: *mut IShowMessageAction, pTitle: BSTR) -> HRESULTget_MessageBody: unsafe extern "system" fn(This: *mut IShowMessageAction, pMessageBody: *mut BSTR) -> HRESULTput_MessageBody: unsafe extern "system" fn(This: *mut IShowMessageAction, pMessageBody: BSTR) -> 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.