Linux编程中链接库的使用(2)

DllRun_RETURN:
    if(iFlag)
    {
        if(NULL != pHandle)
        {
            dlclose(pHandle);
        }
    }
    else
    {
        mapFunc[strDllName] = pHandle;
    }
   
    return iRet;
}

Linux公社的RSS地址https://www.linuxidc.com/rssFeed.aspx

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/baeb913c5e5abf2f919345aacf06bc98.html