2025-04-27 07:49:33 -04:00

6 lines
126 B
C

#ifndef _systray_h_
#define _systray_h_
BOOL SetTrayVolumeEnabled(BOOL bEnable);
BOOL GetTrayVolumeEnabled(void);
#endif