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

#[repr(C)]
pub struct IExecAction2Vtbl { pub parent: IExecActionVtbl, pub get_HideAppWindow: unsafe extern "system" fn(This: *mut IExecAction2, pHideAppWindow: *mut VARIANT_BOOL) -> HRESULT, pub put_HideAppWindow: unsafe extern "system" fn(This: *mut IExecAction2, pHideAppWindow: VARIANT_BOOL) -> HRESULT, }

Fields

parent: IExecActionVtblget_HideAppWindow: unsafe extern "system" fn(This: *mut IExecAction2, pHideAppWindow: *mut VARIANT_BOOL) -> HRESULTput_HideAppWindow: unsafe extern "system" fn(This: *mut IExecAction2, pHideAppWindow: VARIANT_BOOL) -> 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.