MC_VCP_CODE_TYPE enumeration (lowlevelmonitorconfigurationapi.h)

Describes a Virtual Control Panel (VCP) code type.

Syntax

typedef enum _MC_VCP_CODE_TYPE {
  MC_MOMENTARY,
  MC_SET_PARAMETER
} MC_VCP_CODE_TYPE, *LPMC_VCP_CODE_TYPE;

Constants

 
MC_MOMENTARY
Momentary VCP code. Sending a command of this type causes the monitor to initiate a self-timed operation and then revert to its original state. Examples include display tests and degaussing.
MC_SET_PARAMETER
Set Parameter VCP code. Sending a command of this type changes some aspect of the monitor's operation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header lowlevelmonitorconfigurationapi.h

See also

GetVCPFeatureAndVCPFeatureReply

Monitor Configuration Enumeration Types

SetMonitorDisplayAreaSize