mixerGetDevCaps
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetDevCaps(
uint uMxId,
ref MIXERCAPS pmxcaps,
uint cbmxcaps
);Last updated
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetDevCaps(
uint uMxId,
ref MIXERCAPS pmxcaps,
uint cbmxcaps
);Last updated