windows-nt/Source/XPSP1/NT/shell/osshell/control/mmsys/trayvol.h

6 lines
121 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _systray_h_
#define _systray_h_
BOOL SetTrayVolumeEnabled(BOOL bEnable);
BOOL GetTrayVolumeEnabled(void);
#endif