[][src]Struct winapi_ui_automation::um::uiautomationclient::IUIAutomationStylesPatternVtbl

#[repr(C)]pub struct IUIAutomationStylesPatternVtbl {
    pub parent: IUnknownVtbl,
    pub get_CurrentStyleId: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULT,
    pub get_CurrentStyleName: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CurrentFillColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULT,
    pub get_CurrentFillPatternStyle: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CurrentShape: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CurrentFillPatternColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULT,
    pub get_CurrentExtendedProperties: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub GetCurrentExtendedPropertiesAsArray: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, propertyArray: *mut *mut ExtendedProperty, propertyCount: *mut c_int) -> HRESULT,
    pub get_CachedStyleId: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULT,
    pub get_CachedStyleName: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CachedFillColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULT,
    pub get_CachedFillPatternStyle: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CachedShape: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CachedFillPatternColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULT,
    pub get_CachedExtendedProperties: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULT,
    pub GetCachedExtendedPropertiesAsArray: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, propertyArray: *mut *mut ExtendedProperty, propertyCount: *mut c_int) -> HRESULT,
}

Fields

parent: IUnknownVtblget_CurrentStyleId: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULTget_CurrentStyleName: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTget_CurrentFillColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULTget_CurrentFillPatternStyle: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTget_CurrentShape: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTget_CurrentFillPatternColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULTget_CurrentExtendedProperties: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTGetCurrentExtendedPropertiesAsArray: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, propertyArray: *mut *mut ExtendedProperty, propertyCount: *mut c_int) -> HRESULTget_CachedStyleId: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULTget_CachedStyleName: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTget_CachedFillColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULTget_CachedFillPatternStyle: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTget_CachedShape: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTget_CachedFillPatternColor: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut c_int) -> HRESULTget_CachedExtendedProperties: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, retVal: *mut BSTR) -> HRESULTGetCachedExtendedPropertiesAsArray: unsafe extern "system" fn(This: *mut IUIAutomationStylesPattern, propertyArray: *mut *mut ExtendedProperty, propertyCount: *mut c_int) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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> 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.