[][src]Struct winapi::um::wincodec::IWICComponentInfoVtbl

#[repr(C)]
pub struct IWICComponentInfoVtbl {
    pub parent: IUnknownVtbl,
    pub GetComponentType: unsafe extern "system" fn(This: *mut IWICComponentInfo, pType: *mut WICComponentType) -> HRESULT,
    pub GetCLSID: unsafe extern "system" fn(This: *mut IWICComponentInfo, pclsid: *mut CLSID) -> HRESULT,
    pub GetSigningStatus: unsafe extern "system" fn(This: *mut IWICComponentInfo, pStatus: *mut DWORD) -> HRESULT,
    pub GetAuthor: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchAuthor: UINT, wzAuthor: *mut WCHAR, pcchActual: *mut UINT) -> HRESULT,
    pub GetVendorGUID: unsafe extern "system" fn(This: *mut IWICComponentInfo, pguidVendor: *mut GUID) -> HRESULT,
    pub GetVersion: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchVersion: UINT, wzVersion: *mut WCHAR, pcchActual: *mut UINT) -> HRESULT,
    pub GetSpecVersion: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchSpecVersion: UINT, wzSpecVersion: *mut WCHAR, pcchActual: *mut UINT) -> HRESULT,
    pub GetFriendlyName: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchFriendlyName: UINT, wzFriendlyName: *mut WCHAR, pcchActual: *mut UINT) -> HRESULT,
}

Fields

parent: IUnknownVtblGetComponentType: unsafe extern "system" fn(This: *mut IWICComponentInfo, pType: *mut WICComponentType) -> HRESULTGetCLSID: unsafe extern "system" fn(This: *mut IWICComponentInfo, pclsid: *mut CLSID) -> HRESULTGetSigningStatus: unsafe extern "system" fn(This: *mut IWICComponentInfo, pStatus: *mut DWORD) -> HRESULTGetAuthor: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchAuthor: UINT, wzAuthor: *mut WCHAR, pcchActual: *mut UINT) -> HRESULTGetVendorGUID: unsafe extern "system" fn(This: *mut IWICComponentInfo, pguidVendor: *mut GUID) -> HRESULTGetVersion: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchVersion: UINT, wzVersion: *mut WCHAR, pcchActual: *mut UINT) -> HRESULTGetSpecVersion: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchSpecVersion: UINT, wzSpecVersion: *mut WCHAR, pcchActual: *mut UINT) -> HRESULTGetFriendlyName: unsafe extern "system" fn(This: *mut IWICComponentInfo, cchFriendlyName: UINT, wzFriendlyName: *mut WCHAR, pcchActual: *mut UINT) -> 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]