8
如何在C ++中正确使用FormatMessage()?
没有: MFC ATL 如何使用FormatMessage()来获取错误文本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); }