Codex API: Plug-Ins

GetPlugIns

The GetPlugIns function obtains the names of currently installed plug-ins on the system.

Note This function is provided for backwards compatibility only. Newer applications should use the GetPlugInsEx function.

 

LPCTSTR GetPlugIns(VOID);

Parameters

This function has no parameters.

Return Values

The function returns the names of all plug-ins installed on the system formatted as COMMATEXT.

If no plug-ins are installed, the function returns NULL.

Remarks

Functions which work with plug-ins expect to receive the plug-in names that this function returns as plug-in identifiers.

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