ref: 9f1c5a293dc25dba3e5155d6bcd4ee9ad7ae058d
dir: /platform/win32/volume_control.h/
#ifndef VOLUME_CONTROL_H #define VOLUME_CONTROL_H #include <stdbool.h> bool SetApplicationVolume(int volume_level); bool SetApplicationMuted(bool muted); #endif // VOLUME_CONTROL_H