Maps the specified RSL into the address space of the calling process.
HMODULE LoadLibrary( LPCTSTR lpFileName );
lpFileName
If the string does not specify a path, the function uses a standard search strategy to find the file. For more information, see LoadRtLibrary.
This function is implemented via the INtime LoadRtLibrary function.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/winbase.h | windows.h | iwin32.lib |
Note
This function operates in the real-time portion of your application.