37 static char ErrorMessageBuffer[2048];
42 n = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS | FORMAT_MESSAGE_MAX_WIDTH_MASK,
45 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
46 (LPTSTR) &ErrorMessageBuffer,
47 sizeof(ErrorMessageBuffer)-1,
52 ErrorMessageBuffer[n] = 0;
54 return ErrorMessageBuffer;
Some functions for string handling.