8
সি ++ এ কীভাবে ফর্ম্যাটমেসেজ () সঠিকভাবে ব্যবহার করব?
ছাড়া : এমএফসি এটিএল এটির 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); }