DecoderInitFlag

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

Imaging Enumerations