Dynamic Windows Function [dw_module_load]
Syntax
int dw_module_load(char *name, HMOD *handle)
Parameters
char *name: Base name of the shared library.
HMOD *handle: Pointer to a module handle, will be filled in with the handle.
Returns
int DW_ERROR_NONE (0) on success.
Description
Open a shared library and return a handle.