How do I call a native function (say, MessageBox) from Scheme?
MessageBox
MIT Scheme has a FFI for Windows. Check out the documentation.