[DllImport("coredll.dll")]
public static extern int waveOutGetVolume(IntPtr hwo, out uint dwVolume);
[DllImport("coredll.dll")]
public static extern int waveOutSetVolume(IntPtr hwo, uint dwVolume);
参数1采用 IntPter.Zero
音量是可以调节了,但是不知道怎么设置为振动啊?再找找看。