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); }