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