6 lines
121 B
C
6 lines
121 B
C
#ifndef _systray_h_
|
|
#define _systray_h_
|
|
BOOL SetTrayVolumeEnabled(BOOL bEnable);
|
|
BOOL GetTrayVolumeEnabled(void);
|
|
#endif
|