1. 3:07 PM 6/2/2009 2. 3 Day 3. WT4090 4. CE 5.0 BSP 30/35 5. 1897669 I know its possible to control the Key Click volume via the registry: [HKEY_CURRENT_USER\ControlPanel\Volume] "Key"=dword:00000000 Can this be done via an API call to just control the key click volume? Do you have to set this key in you code an then set some sort of event to get it to register to the OS without a warm boot?
WT4090 - Control Key Clicks Volume Using API |
5 Replies
There is an undocumented MS api AudioUpdateFromRegistry that will cause a read from the registry. To do this programatically you will have to set the reg key and then call this api. You can define the function like this in your app: #ifdef __cplusplus extern "C" #endif void AudioUpdateFromRegistry();
John, Thank You!
EMDK For C or .Net do not provide this at all from what I can see.
Hi guys. Anyone have any ideas or is there just not an API to do this?
I guess we have no API for this?