DwmEnableMMCSS function dwmapi
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);