DwmEnableMMCSS function dwmapi

int DwmEnableMMCSS(
  1. int fEnableMMCSS
)

Notifies the Desktop Window Manager (DWM) to opt in to or out of Multimedia Class Schedule Service (MMCSS) scheduling while the calling process is alive.

DWMAPI DwmEnableMMCSS(
  BOOL fEnableMMCSS
);

Implementation

int DwmEnableMMCSS(int fEnableMMCSS) => _DwmEnableMMCSS(fEnableMMCSS);