windows mobile 音量调节(C#)

来源:互联网 发布:淘宝玩乐收藏类目在哪 编辑:程序博客网 时间:2024/05/17 06:13

  [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

 

音量是可以调节了,但是不知道怎么设置为振动啊?再找找看。

原创粉丝点击