[DllImport("winmm.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern uint midiOutGetErrorText( uint mmrError, StringBuilder pszText, uint cchText );
Microsoft documentation: Link
Last updated 1 year ago