C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / QueryCapability Method
The stream to retrieve the decoder capabilities from..

In This Topic
QueryCapability Method
In This Topic
Queries the capabilities of the decoder based on the specified stream.
Syntax
'Declaration
 
Public Function QueryCapability( _
   ByVal stream As IStream _
) As BitmapDecoderCapabilities
 

Parameters

stream
The stream to retrieve the decoder capabilities from..

Return Value

Capabilities of the decoder
See Also