CreateDecoderFromFileHandle Method
In This Topic
HRESULT IWICImagingFactory::CreateDecoderFromFileHandle([In] ULONG_PTR hFile,[In, Optional] const GUID* pguidVendor,[In] WICDecodeOptions metadataOptions,[Out, Fast] IWICBitmapDecoder** ppIDecoder)
Syntax
'Declaration
Public Function CreateDecoderFromFileHandle( _
ByVal As System.IntPtr, _
ByVal As System.Nullable(Of Guid), _
ByVal As DecodeOptions _
) As BitmapDecoder
public BitmapDecoder CreateDecoderFromFileHandle(
System.IntPtr ,
System.Nullable<Guid> ,
DecodeOptions
)
Parameters
- hFile
- guidVendorRef
- metadataOptions
See Also