COM does exactly this, and requires all objects implemented in DLLs (also called in-process servers) to export the entry point through the DllGetClassObject function.
COM确实也是这样,且要求所有在Dll里实现的对象(也称作是进程内服务)来通过DllGetClassObject函数来导出入口点。
COM does exactly this, and requires all objects implemented in DLLs (also called in-process servers) to export the entry point through the DllGetClassObject function.
COM确实也是这样,且要求所有在Dll里实现的对象(也称作是进程内服务)来通过DllGetClassObject函数来导出入口点。
应用推荐