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