|
inlinevirtual |
Called by the framework when a standard (system) DLL is being loaded.
Override this method to load the system DLL (such as user32.dll or shell32.dll) from specific location or with specific attributes. By default, the libraries are loaded using LoadLibrary method.
lpszDLLName | The system DLL name |