Function gpa::system::CloseModule

Function Documentation

void gpa::system::CloseModule(void *moduleHandle)

Close the module handle.

Remark

This function is not guaranteed to unload a module from the process' address space, even if the module reference count drops to zero.

Note

If @moduleHandle is NULL, this call is a NOP.

Parameters

moduleHandle -- Handle to previously-loaded module.