Codex API: Common Dialog Boxes

EditPlugInBindings

The EditPlugInBindings function displays a common dialog box allowing the user to map the various functions plug-ins offer to archives they support.

 

BOOL EditPlugInBindings(VOID);

Parameters

None.

Return Values

Returns TRUE if mappings have changed.

Returns FALSE if mappings have not changed.

Remarks

If EditPlugInBindings returns TRUE, the calling application should restart the Codex runtime to update internal mapping structures. The Codex runtime may fall into an inconsistent state if not restarted after mappings have changed.

Use the FreePlugIns and LoadPlugIns functions in succession to restart the Codex runtime.

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, FreePlugIns, LoadPlugIns