MFC
[MFC] HRESULT 반환값
연필a
2014. 1. 16. 10:55
http://msdn.microsoft.com/en-us/library/cc704587.aspx
HRESULT hr;
CString str;
str.Format(_T("fail----0x%08x"), hr);