| 74 | enum SOUND_NOTIFY_MODE {SOUND_NOTIFY_DEFAULT=0,SOUND_NOTIFY_ON,SOUND_NOTIFY_OFF}; |
| 75 | |
| 76 | struct FilterMode |
| 77 | { |
| 78 | FilterState State; |
| 79 | int Param1; |
| 80 | int Param2; |
| 81 | }; |
| 82 | |
| 83 | #define MAX_GENERATE_MASK 128 |
| 84 |
nothing calls this directly
no outgoing calls
no test coverage detected