8
FormatMessage () 'ı C ++' da doğru şekilde nasıl kullanmalıyım?
Olmadan : MFC ATL A FormatMessage()için hata metnini almak için nasıl kullanabilirim 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); }