30 Dec 2008

Audio Update registry

Quand vous faites des modifications en base de registre qui concernent le son, vous avez souvent besoin de reseter le device pour prendre en compte les modifications. Une autre solution est d'appeler la fonction non documentés suivante : AudioUpdateFromRegistry.

Pour l'importer en C# :

[DllImport("coredll")]

public
static
extern
void AudioUpdateFromRegistry();


 


 

When you make modifications concerning sounds in registry, sometimes you need to reboot your device to consider the modifications. Another solution is to call the undocumented function AudioUpdateFromRegistry.

Here is the C# import:

[DllImport("coredll")]

public
static
extern
void AudioUpdateFromRegistry();

No comments: