Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
1/6/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 |