Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This enumeration provides flags used to describe the properties of an image decoder.
Syntax
enum DecoderInitFlag {
DecoderInitFlagNone = 0,
DecoderInitFlagNoBlock = 0x0001,
DecoderInitFlagBuiltIn1st = 0x0002
};
Elements
- DecoderInitFlagNone
Indicates that the decoder should not be initialized.
- DecoderInitFlagNoBlock
Indicates that the caller requires nonblocking behavior. This is honored only by nonblocking decoders; that is, decoders that do not have the ImageCodecFlagsBlockingDecode flag. For more information, see ImageCodecFlags.
- DecoderInitFlagBuiltIn1st
Indicates that the decoders built in to Imaging.dll should be tried first before using other decoders.
Requirements
| Header | imaging.h |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |