waveOutGetVolume
[DllImport("coredll.dll", SetLastError = true)]
public static extern uint waveOutGetVolume(
IntPtr hwo,
out uint pdwVolume
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern uint waveOutGetVolume(
IntPtr hwo,
out uint pdwVolume
);Last updated