在Windows API调用之后,如何以文本形式获取最后一条错误消息?
GetLastError() 返回一个整数值,而不是文本消息.
GetLastError()
c c++ winapi
c ×1
c++ ×1
winapi ×1