You load the DLL when you need it with LoadLibrary, obtain function pointers to the exported functions you want to use with GetProcAddress and free the DLL ...
確定! 回上一頁