How to execute GetLastError() while debugging in Visual Studio

后端 未结 3 779
悲哀的现实
悲哀的现实 2020-12-12 12:49

You\'re stepping through C/C++ code and have just called a Win32 API that has failed (typically by returning some unhelpful generic error code, like 0). Your code doesn\'t

3条回答
提交回复
热议问题