标签:
/// <summary> /// The waveOutGetNumDevs function retrieves the number of waveform-audio output devices present in the system. /// </summary> /// <returns>Returns the number of devices. A return value of zero means that no devices are present or that an error occurred.</returns> [DllImport("winmm.dll", EntryPoint = "waveOutGetNumDevs")] public static extern int waveOutGetNumDevs();
标签:
原文地址:http://www.cnblogs.com/wjshan0808/p/4235785.html