




















HMODULE hDll = NULL;
#ifdef _DEBUG
hDll = GetModuleHandle(_T("libetmgrauditcsd.dll"));
#else
hDll = GetModuleHandle(_T("libetmgrauditcs.dll"));
#endif
HINSTANCE hExe = AfxGetResourceHandle();
AfxSetResourceHandle((HINSTANCE)hDll);
//m_pview = new CCsLogFileView;
m_pview = new CMyFormView;
// TODO: ((CCsLogFileView*)m_pview)->SetParas(strJpgFolder, nTimeInternal);
BOOL bRet = m_pview->Create(lpszClassName, lpszWindowName, dwStyle, rect, pParentWnd, nID, pContext);
AfxSetResourceHandle(hExe);
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。