// 7 february 2014 package main import "fmt" func main() { fmt.Println(MessageBox(NULL, "hello, world", "hello", 0)) }