8
Як мені правильно використовувати FormatMessage () у C ++?
Без : 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); }