MessageBoxEx( NULL, (LPTSTR)formatMsg, _T("tip window"), MB_OK, MAKELANGID(LANG_NEUTRAL,SUBLANG_SYS_DEFAULT)); //free message buffer. LocalFree(formatMsg); formatMsg=NULL; return -1; } //close msi database handle. UINT closeResult=MsiCloseHandle(msiHandle); if(closeResult != ERROR_SUCC...
www.dbjr.com.cn/article/521...htm 2025-6-10