DWM_SHOWCONTACT enumeration (dwmapi.h)

Specifies the input operations for which visual feedback should be provided. This enumeration is used by the DwmShowContact function.

Syntax

typedef enum DWM_SHOWCONTACT {
  DWMSC_DOWN,
  DWMSC_UP,
  DWMSC_DRAG,
  DWMSC_HOLD,
  DWMSC_PENBARREL,
  DWMSC_NONE,
  DWMSC_ALL
} ;

Constants

 
DWMSC_DOWN
Down.
DWMSC_UP
Up.
DWMSC_DRAG
Drag.
DWMSC_HOLD
Hold.
DWMSC_PENBARREL
Pen barrel.
DWMSC_NONE
None.
DWMSC_ALL
All.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header dwmapi.h