개발 중 GetLastError()의 결과값으로 나오는 정수를 쉽게 해석하는 법
(별도의 툴 필요 없음)
명령 프롬프트에서 net helpmsg <ErrorCode> 를 입력하면 됨.
C:\>net helpmsg 123
The filename, directory name, or volume label syntax is incorrect.
해석된 설명이 영어로 나오는 것은 컴퓨터의 언어 설정에 따라서 그런 것임.
언어 설정이 한글이면 아래처럼 한글로 나옴.
'Programming' 카테고리의 다른 글
Windows 10 계산기에서 Bit 변경 쉽게 하는 방법 (0) | 2021.10.30 |
---|---|
Keyboard Scan Code Specification - Microsoft Platform Design Notes (0) | 2021.09.20 |
Textpad - How to add syntax (0) | 2017.09.21 |