windows-nt/Source/XPSP1/NT/shell/osshell/control/mmsys/trayvol.h
2020-09-26 16:20:57 +08:00

6 lines
121 B
C

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