Frees the reference to the dynamic link module for this process.

#define INCL_DOSMODULEMGR
#include <os2.h>

HMODULE    hmod;  /*  The handle of the dynamic link module that is to be freed. */
APIRET     ulrc;  /*  Return Code. */

ulrc = DosFreeModule(hmod);


[Back] [Next]