Codex API: Plug-Ins

ShowPlugInAbout

The ShowPlugInAbout function displays the about box for the chosen plug-in.

 

VOID ShowPlugInAbout(
    LPCTSTR lpPlugIn  // name of plug-in
);

Parameters

lpPlugIn

[in] Pointer to a null-terminated string that specifies the name of the plug-in for which the about box should be displayed.

This name may be obtained using the GetPlugIns function.

Return Values

This function does not return any values.

Remarks

The about box is plug-in defined and may contain custom plug-in information.

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, GetPlugIns