Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

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 EncoderParameterValueTypeenumeration identifying the data format for parameter values.

Value

A VOID pointer to parameter values.

Each parameter value is an element of the EncoderValueenumeration.

Requirements

Header imaging.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also