8
ฉันจะใช้ FormatMessage () อย่างถูกต้องใน C ++ ได้อย่างไร
ไม่มี : MFC ATL ฉันFormatMessage()จะใช้เพื่อรับข้อความแสดงข้อผิดพลาดสำหรับ a ได้HRESULTอย่างไร HRESULT hresult = application.CreateInstance("Excel.Application"); if (FAILED(hresult)) { // what should i put here to obtain a human-readable // description of the error? exit (hresult); }