- CreateBitmap
HRESULT CreateBitmap(uint uiWidth, uint uiHeight, GUID* 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.
- 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.
- 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.
- CreateBitmapFromMemory
HRESULT CreateBitmapFromMemory(uint uiWidth, uint uiHeight, GUID pixelFormat, uint cbStride, uint cbBufferSize, ubyte* 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.
- 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.
- 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.
- 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.
- 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.
- CreateComponentInfo
HRESULT CreateComponentInfo(CLSID* 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(GUID* guidContainerFormat, 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.
- CreateDecoderFromFileHandle
HRESULT CreateDecoderFromFileHandle(ulong* hFile, 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.
- CreateDecoderFromFilename
HRESULT CreateDecoderFromFilename(LPCWSTR wzFilename, 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, 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.
- CreateEncoder
HRESULT CreateEncoder(GUID* guidContainerFormat, 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.
- 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.
- 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.
- 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.
- CreateQueryWriter
HRESULT CreateQueryWriter(GUID* guidMetadataFormat, 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, 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.
- 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.