EncoderParameter (Windows CE 5.0)

Send Feedback

This class is used to create objects that contain data describing the properties of an image encoder.

class EncoderParameter {  public:    GUID  Guid;    ULONG NumberOfValues;    ULONG Type;    VOID* Value;};

Members

  • Guid
    A GUID value identifying an encoder parameter.

    This value should be an encoder parameter identifier. For more information, see Imaging GUIDs.

  • NumberOfValues
    A ULONG value identifying the number of the parameter values.

  • Type
    A ULONG value from the EncoderParameterValueType enumeration identifying the data format for parameter values.

  • Value
    A VOID pointer to parameter values.

    Each parameter value is an element of the EncoderValue enumeration.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.

See Also

Imaging Classes | Imaging GUIDs | EncoderParameterValueType | EncoderValue | EncoderParameters

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.