- CreateDecoderFromFilename
HRESULT CreateDecoderFromFilename(LPCWSTR wzFilename, const(GUID)* pguidVendor, DWORD dwDesiredAccess, WICDecodeOptions metadataOptions, IWICBitmapDecoder* ppIDecoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateDecoderFromStream
HRESULT CreateDecoderFromStream(IStream pIStream, const(GUID)* pguidVendor, WICDecodeOptions metadataOptions, IWICBitmapDecoder* ppIDecoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateDecoderFromFileHandle
HRESULT CreateDecoderFromFileHandle(ULONG_PTR hFile, const(GUID)* pguidVendor, WICDecodeOptions metadataOptions, IWICBitmapDecoder* ppIDecoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateComponentInfo
HRESULT CreateComponentInfo(REFCLSID clsidComponent, IWICComponentInfo* ppIInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateDecoder
HRESULT CreateDecoder(REFGUID guidContainerFormat, const(GUID)* pguidVendor, IWICBitmapDecoder* ppIDecoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateEncoder
HRESULT CreateEncoder(REFGUID guidContainerFormat, const(GUID)* pguidVendor, IWICBitmapEncoder* ppIEncoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreatePalette
HRESULT CreatePalette(IWICPalette* ppIPalette)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFormatConverter
HRESULT CreateFormatConverter(IWICFormatConverter* ppIFormatConverter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapScaler
HRESULT CreateBitmapScaler(IWICBitmapScaler* ppIBitmapScaler)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapClipper
HRESULT CreateBitmapClipper(IWICBitmapClipper* ppIBitmapClipper)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapFlipRotator
HRESULT CreateBitmapFlipRotator(IWICBitmapFlipRotator* ppIBitmapFlipRotator)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateStream
HRESULT CreateStream(IWICStream* ppIWICStream)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateColorContext
HRESULT CreateColorContext(IWICColorContext* ppIWICColorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateColorTransformer
HRESULT CreateColorTransformer(IWICColorTransform* ppIWICColorTransform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmap
HRESULT CreateBitmap(UINT uiWidth, UINT uiHeight, REFWICPixelFormatGUID pixelFormat, WICBitmapCreateCacheOption option, IWICBitmap* ppIBitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapFromSource
HRESULT CreateBitmapFromSource(IWICBitmapSource pIBitmapSource, WICBitmapCreateCacheOption option, IWICBitmap* ppIBitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapFromSourceRect
HRESULT CreateBitmapFromSourceRect(IWICBitmapSource pIBitmapSource, UINT x, UINT y, UINT width, UINT height, IWICBitmap* ppIBitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapFromMemory
HRESULT CreateBitmapFromMemory(UINT uiWidth, UINT uiHeight, REFWICPixelFormatGUID pixelFormat, UINT cbStride, UINT cbBufferSize, BYTE* pbBuffer, IWICBitmap* ppIBitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapFromHBITMAP
HRESULT CreateBitmapFromHBITMAP(HBITMAP hBitmap, HPALETTE hPalette, WICBitmapAlphaChannelOption options, IWICBitmap* ppIBitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapFromHICON
HRESULT CreateBitmapFromHICON(HICON hIcon, IWICBitmap* ppIBitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateComponentEnumerator
HRESULT CreateComponentEnumerator(DWORD componentTypes, DWORD options, IEnumUnknown* ppIEnumUnknown)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFastMetadataEncoderFromDecoder
HRESULT CreateFastMetadataEncoderFromDecoder(IWICBitmapDecoder pIDecoder, IWICFastMetadataEncoder* ppIFastEncoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFastMetadataEncoderFromFrameDecode
HRESULT CreateFastMetadataEncoderFromFrameDecode(IWICBitmapFrameDecode pIFrameDecoder, IWICFastMetadataEncoder* ppIFastEncoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateQueryWriter
HRESULT CreateQueryWriter(REFGUID guidMetadataFormat, const(GUID)* pguidVendor, IWICMetadataQueryWriter* ppIQueryWriter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateQueryWriterFromReader
HRESULT CreateQueryWriterFromReader(IWICMetadataQueryReader pIQueryReader, const(GUID)* pguidVendor, IWICMetadataQueryWriter* ppIQueryWriter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.