[]
HRESULT IWICImagingFactory::CreateDecoderFromFileHandle([In] ULONG_PTR hFile,[In, Optional] const GUID* pguidVendor,[In] WICDecodeOptions metadataOptions,[Out, Fast] IWICBitmapDecoder** ppIDecoder)
public BitmapDecoder CreateDecoderFromFileHandle(IntPtr hFile, Guid? guidVendorRef, DecodeOptions metadataOptions)
| Type | Name | Description |
|---|---|---|
| IntPtr | hFile | |
| Guid? | guidVendorRef | |
| DecodeOptions | metadataOptions |
| Type | Description |
|---|---|
| BitmapDecoder |