Loads or retrieves the handle of a DLL. As there will be only one template instantiation per unique DLL string, LoadLibrary will be called at most once per unique "dll" parameter.
See Implementation
Loads or retrieves the handle of a DLL. As there will be only one template instantiation per unique DLL string, LoadLibrary will be called at most once per unique "dll" parameter.