waveOutGetDevCaps
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint waveOutGetDevCaps(
uint uDeviceID,
ref WAVEOUTCAPS pwoc,
uint cbwoc
);Last updated
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint waveOutGetDevCaps(
uint uDeviceID,
ref WAVEOUTCAPS pwoc,
uint cbwoc
);Last updated