DwmShowContact function dwmapi

int DwmShowContact(
  1. int dwPointerID,
  2. int eShowContact
)

Called by an app or framework to specify the visual feedback type to draw in response to a particular touch or pen contact.

DWMAPI DwmShowContact(
  DWORD           dwPointerID,
  DWM_SHOWCONTACT eShowContact
);

Implementation

int DwmShowContact(int dwPointerID, int eShowContact) =>
    _DwmShowContact(dwPointerID, eShowContact);