Codex API: Common Dialog Boxes

EditCodexAssociations

The EditCodexAssociations function displays a common dialog box allowing the user to associate archives with the Codex runtime. This is used to assure that when a user opens an archive in Windows Explorer, the archive will open with a Codex application.

 

VOID EditCodexAssociations(VOID);

Parameters

None.

Return Values

This function does not return any values.

Remarks

The common dialog box this function displays gives the user liberty in choosing archive associations. For each archive, the user may:

  • Associate the archive with Codex, or

  • Explicitly prevent Codex from owning the archive.

Use the ForceCodexAssociations function to forcefully own all archives instead. Use the CheckCodexAssociations function to determine if there have been any changes to associations since the last edit.

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, ForceCodexAssociations, CheckCodexAssociations