在Windows中返回main()的值

sis*_*sis 3 windows

在Linux中,main函数的返回值存储在$?中,可以使用echo $?显示.在Windows中有相同的东西吗?