mixerGetID
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetID(
IntPtr hmxobj,
ref uint puMxId,
uint fdwId
);Last updated
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetID(
IntPtr hmxobj,
ref uint puMxId,
uint fdwId
);Last updated