2,851
社区成员




ISHELL_CreateInstance(pMe->a.m_pIShell, AEECLSID_DBMGR, (void**)&pMe->pDBMgr);
if( pMe->pDBMgr == NULL)
return FALSE;
if((pMe->Database = IDBMGR_OpenDatabase(pMe->pDBMgr, CO_DB_FILE, TRUE)) == NULL){
IDBMGR_Release(pMe->pDBMgr);
return FALSE;
}