Function arcdps::exports::free_extension

source ·
pub fn free_extension(sig: u32) -> Option<HMODULE>
Expand description

Requests to free a loaded extension (plugin/addon).

ArcDPS will call get_release_addr and its returned function. Upon returning from free_extension there will be no more pending callbacks. However, the caller must ensure to callbacks are executing before freeing. Returns the HMODULE handle of the module if the extension was found.

This uses version 2 (freeextension2) of the extension API.