FreeModule

Version 3.0

Syntax

void FreeModule(hModule)

This function decreases the reference count of the loaded module by one. When the reference count reaches zero, the memory occupied by the module is freed.

Parameter Type/Description  

hModule HANDLE Identifies the loaded module.  

Return Value

None.