Codex API: Plug-Ins

FreePlugIns

The FreePlugIns function finalizes the Codex runtime used by an application. It frees all loaded plug-ins and internal structures mapping archives to plug-ins.

This function must be called before ending a Codex application to release all allocated resources for the Codex runtime back to the system.

 

VOID FreePlugIns(VOID);

Parameters

None.

Return Values

This function does not return any values.

Remarks

This function may also be used to update the Codex runtime of changes made to archive and/or plug-in configuration while a Codex application is running. First call FreePlugIns to deinitialize the Codex runtime and then call LoadPlugIns to reinitialize it.

See also the EditPlugInBindings function.

Requirements

Windows NT/2000/XP: Requires Windows NT 4.0 SP4 or later.
Windows 95/98/Me:
Requires Windows 98 (or Windows 95 with DCOM 1.2).
Header:
Declared in mCodexAPI.h.
Library:
Use mCodexAPI.dll.

See Also

Codex API Overview, Codex API Functions, LoadPlugIns, EditPlugInBindings