Microsoft Windows CE 3.0  

ContrastCmdInputParm

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.

This structure supports software control of a Windows CE-based platform's display contrast. This structure is used in conjunction with GWE's ExtEscapeand the display driver's DrvEscapefunctions.

struct ContrastCmdInputParm{ 
int
command; 
int
parm; };

Members

command
The contrast command. Available contrast commands are:
Contrast Command Meaning
CONTRAST_CMD_GET Gets the current contrast. The parmmember is ignored. The return value from DrvEscapeshould be the current contrast setting.
CONTRAST_CMD_SET Sets the current contrast. The parmmember contains the desired contrast setting. The return value from DrvEscapeshould be the actual contrast setting after the operation.
CONTRAST_CMD_INCREASE Increases the contrast by the amount specified in parm. The return value from DrvEscapeshould be the resulting contrast setting.
CONTRAST_CMD_DECREASE Decreases the contrast by the amount specified in parm. The return value from DrvEscapeshould be the resulting contrast setting.
CONTRAST_CMD_DEFAULT Applies the default contrast setting. The parmmember is ignored. The return value from DrvEscapeshould be the actual contrast setting after the operation.
CONTRAST_CMD_MAX Applies the maximum contrast setting. The return value from DrvEscapeshould be the actual contrast setting after the operation.
parm
A value that applies to some of the contrast commands.

Remarks

For more information, see Display Driver Escape Codes.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.12 and later      



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved. 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.