In case you want to restrict the search to the system32 directory because it is a windows dll, you could use loadlibraryex:
HINSTANCE dnsDllHandle = LoadLibraryEx("Test.dll", nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);