hfont = CreateFontIndirect(cf.lpLogFont); err = GetLastError(); if(err>0) { MessageBox(NULL,L"Failed",L"wrong",MB_OK); } return (hfont);
確定! 回上一頁