[DllImport ("coredll.dll", EntryPoint="waveOutRestart", SetLastError=true)]
public static extern int waveOutRestart(IntPtr hwo);
Declare Function waveOutRestart Lib "coredll.dll" (TODO) As TODO