|
|
|
|
PM_loadLibrary
Load an OS specific shared library or DLL.
Declaration
PM_MODULE PMAPI PM_loadLibrary(
const char *szDLLName)
Prototype In
pmapi.h
Parameters
szDLLName |
Name of the OS specific library to load |
Return Value
Pointer to the loaded module handle, NULL on failure.
Description
This function is used to load an operating system specific shared library or DLL. This is mostly used by binary portable code that needs to directly interface to operating system specific shared library code.
If the OS does not support shared libraries, this function simply returns NULL.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com