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

#[repr(C)]
pub struct IWICImagingFactoryVtbl {
    pub parent: IUnknownVtbl,
    pub CreateDecoderFromFilename: unsafe extern "system" fn(This: *mut IWICImagingFactory, wzFilename: LPCWSTR, pguidVendor: *const GUID, dwDesiredAccess: DWORD, metadataOptions: WICDecodeOptions, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULT,
    pub CreateDecoderFromStream: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIStream: *const IStream, pguidVendor: *const GUID, metadataOptions: WICDecodeOptions, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULT,
    pub CreateDecoderFromFileHandle: unsafe extern "system" fn(This: *mut IWICImagingFactory, hFile: ULONG_PTR, pguidVendor: *const GUID, metadataOptions: WICDecodeOptions, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULT,
    pub CreateComponentInfo: unsafe extern "system" fn(This: *mut IWICImagingFactory, clsidComponent: REFCLSID, ppIInfo: *mut *mut IWICComponentInfo) -> HRESULT,
    pub CreateDecoder: unsafe extern "system" fn(This: *mut IWICImagingFactory, guidContainerFormat: REFGUID, pguidVendor: *const GUID, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULT,
    pub CreateEncoder: unsafe extern "system" fn(This: *mut IWICImagingFactory, guidContainerFormat: REFGUID, pguidVendor: *const GUID, ppIEncoder: *mut *mut IWICBitmapEncoder) -> HRESULT,
    pub CreatePalette: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIPalette: *mut *mut IWICPalette) -> HRESULT,
    pub CreateFormatConverter: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIFormatConverter: *mut *mut IWICFormatConverter) -> HRESULT,
    pub CreateBitmapScaler: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIBitmapScaler: *mut *mut IWICBitmapScaler) -> HRESULT,
    pub CreateBitmapClipper: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIBitmapClipper: *mut *mut IWICBitmapClipper) -> HRESULT,
    pub CreateBitmapFlipRotator: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIBitmapFlipRotator: *mut *mut IWICBitmapFlipRotator) -> HRESULT,
    pub CreateStream: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIWICStream: *mut *mut IWICStream) -> HRESULT,
    pub CreateColorContext: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIWICColorContext: *mut *mut IWICColorContext) -> HRESULT,
    pub CreateColorTransformer: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIWICColorTransform: *mut *mut IWICColorTransform) -> HRESULT,
    pub CreateBitmap: unsafe extern "system" fn(This: *mut IWICImagingFactory, uiWidth: UINT, uiHeight: UINT, pixelFormat: REFWICPixelFormatGUID, option: WICBitmapCreateCacheOption, ppIBitmap: *mut *mut IWICBitmap) -> HRESULT,
    pub CreateBitmapFromSource: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIBitmapSource: *const IWICBitmapSource, option: WICBitmapCreateCacheOption, ppIBitmap: *mut *mut IWICBitmap) -> HRESULT,
    pub CreateBitmapFromSourceRect: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIBitmapSource: *const IWICBitmapSource, x: UINT, y: UINT, width: UINT, height: UINT, ppIBitmap: *mut *mut IWICBitmap) -> HRESULT,
    pub CreateBitmapFromMemory: unsafe extern "system" fn(This: *mut IWICImagingFactory, uiWidth: UINT, uiHeight: UINT, pixelFormat: REFWICPixelFormatGUID, cbStride: UINT, cbBufferSize: UINT, pbBuffer: *const BYTE, ppIBitmap: *mut *mut IWICBitmap) -> HRESULT,
    pub CreateBitmapFromHBITMAP: unsafe extern "system" fn(This: *mut IWICImagingFactory, hBitmap: HBITMAP, hPalette: HPALETTE, options: WICBitmapAlphaChannelOption, ppIBitmap: *mut *mut IWICBitmap) -> HRESULT,
    pub CreateBitmapFromHICON: unsafe extern "system" fn(This: *mut IWICImagingFactory, hIcon: HICON, ppIBitmap: *mut *mut IWICBitmap) -> HRESULT,
    pub CreateComponentEnumerator: unsafe extern "system" fn(This: *mut IWICImagingFactory, componentTypes: DWORD, options: DWORD, ppIEnumUnknown: *mut *mut IEnumUnknown) -> HRESULT,
    pub CreateFastMetadataEncoderFromDecoder: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIDecoder: *const IWICBitmapDecoder, ppIFastEncoder: *mut *mut IWICFastMetadataEncoder) -> HRESULT,
    pub CreateFastMetadataEncoderFromFrameDecode: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIFrameDecoder: *const IWICBitmapFrameDecode, ppIFastEncoder: *mut *mut IWICFastMetadataEncoder) -> HRESULT,
    pub CreateQueryWriter: unsafe extern "system" fn(This: *mut IWICImagingFactory, guidMetadataFormat: REFGUID, pguidVendor: *const GUID, ppIQueryWriter: *mut *mut IWICMetadataQueryWriter) -> HRESULT,
    pub CreateQueryWriterFromReader: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIQueryReader: *const IWICMetadataQueryReader, pguidVendor: *const GUID, ppIQueryWriter: *mut *mut IWICMetadataQueryWriter) -> HRESULT,
}

Fields

parent: IUnknownVtblCreateDecoderFromFilename: unsafe extern "system" fn(This: *mut IWICImagingFactory, wzFilename: LPCWSTR, pguidVendor: *const GUID, dwDesiredAccess: DWORD, metadataOptions: WICDecodeOptions, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULTCreateDecoderFromStream: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIStream: *const IStream, pguidVendor: *const GUID, metadataOptions: WICDecodeOptions, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULTCreateDecoderFromFileHandle: unsafe extern "system" fn(This: *mut IWICImagingFactory, hFile: ULONG_PTR, pguidVendor: *const GUID, metadataOptions: WICDecodeOptions, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULTCreateComponentInfo: unsafe extern "system" fn(This: *mut IWICImagingFactory, clsidComponent: REFCLSID, ppIInfo: *mut *mut IWICComponentInfo) -> HRESULTCreateDecoder: unsafe extern "system" fn(This: *mut IWICImagingFactory, guidContainerFormat: REFGUID, pguidVendor: *const GUID, ppIDecoder: *mut *mut IWICBitmapDecoder) -> HRESULTCreateEncoder: unsafe extern "system" fn(This: *mut IWICImagingFactory, guidContainerFormat: REFGUID, pguidVendor: *const GUID, ppIEncoder: *mut *mut IWICBitmapEncoder) -> HRESULTCreatePalette: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIPalette: *mut *mut IWICPalette) -> HRESULTCreateFormatConverter: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIFormatConverter: *mut *mut IWICFormatConverter) -> HRESULTCreateBitmapScaler: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIBitmapScaler: *mut *mut IWICBitmapScaler) -> HRESULTCreateBitmapClipper: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIBitmapClipper: *mut *mut IWICBitmapClipper) -> HRESULTCreateBitmapFlipRotator: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIBitmapFlipRotator: *mut *mut IWICBitmapFlipRotator) -> HRESULTCreateStream: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIWICStream: *mut *mut IWICStream) -> HRESULTCreateColorContext: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIWICColorContext: *mut *mut IWICColorContext) -> HRESULTCreateColorTransformer: unsafe extern "system" fn(This: *mut IWICImagingFactory, ppIWICColorTransform: *mut *mut IWICColorTransform) -> HRESULTCreateBitmap: unsafe extern "system" fn(This: *mut IWICImagingFactory, uiWidth: UINT, uiHeight: UINT, pixelFormat: REFWICPixelFormatGUID, option: WICBitmapCreateCacheOption, ppIBitmap: *mut *mut IWICBitmap) -> HRESULTCreateBitmapFromSource: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIBitmapSource: *const IWICBitmapSource, option: WICBitmapCreateCacheOption, ppIBitmap: *mut *mut IWICBitmap) -> HRESULTCreateBitmapFromSourceRect: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIBitmapSource: *const IWICBitmapSource, x: UINT, y: UINT, width: UINT, height: UINT, ppIBitmap: *mut *mut IWICBitmap) -> HRESULTCreateBitmapFromMemory: unsafe extern "system" fn(This: *mut IWICImagingFactory, uiWidth: UINT, uiHeight: UINT, pixelFormat: REFWICPixelFormatGUID, cbStride: UINT, cbBufferSize: UINT, pbBuffer: *const BYTE, ppIBitmap: *mut *mut IWICBitmap) -> HRESULTCreateBitmapFromHBITMAP: unsafe extern "system" fn(This: *mut IWICImagingFactory, hBitmap: HBITMAP, hPalette: HPALETTE, options: WICBitmapAlphaChannelOption, ppIBitmap: *mut *mut IWICBitmap) -> HRESULTCreateBitmapFromHICON: unsafe extern "system" fn(This: *mut IWICImagingFactory, hIcon: HICON, ppIBitmap: *mut *mut IWICBitmap) -> HRESULTCreateComponentEnumerator: unsafe extern "system" fn(This: *mut IWICImagingFactory, componentTypes: DWORD, options: DWORD, ppIEnumUnknown: *mut *mut IEnumUnknown) -> HRESULTCreateFastMetadataEncoderFromDecoder: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIDecoder: *const IWICBitmapDecoder, ppIFastEncoder: *mut *mut IWICFastMetadataEncoder) -> HRESULTCreateFastMetadataEncoderFromFrameDecode: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIFrameDecoder: *const IWICBitmapFrameDecode, ppIFastEncoder: *mut *mut IWICFastMetadataEncoder) -> HRESULTCreateQueryWriter: unsafe extern "system" fn(This: *mut IWICImagingFactory, guidMetadataFormat: REFGUID, pguidVendor: *const GUID, ppIQueryWriter: *mut *mut IWICMetadataQueryWriter) -> HRESULTCreateQueryWriterFromReader: unsafe extern "system" fn(This: *mut IWICImagingFactory, pIQueryReader: *const IWICMetadataQueryReader, pguidVendor: *const GUID, ppIQueryWriter: *mut *mut IWICMetadataQueryWriter) -> 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]