Jump to content

Plugin interfaces

From TotalcmdWiki

Plugin interfaces are the technical interfaces between Total Commander and plugins. They consist of public function declarations, data structures, and calling conventions that plugin developers must implement.

Plugin interface guides on this wiki:

Official plugin interface guides

The official plugin interface guides can be downloaded at:

Specific download links (newer versions may be available):

Packer plugin interface guide 2.21se CHM, HLP Totalcmd.net
File system plugin interface guide 2.1se CHM, HLP Totalcmd.net
Lister plugin interface guide 2.13 CHM Totalcmd.net
Content plugin interface guide 2.12 CHM Totalcmd.net

See also HISTORY.TXT for the newest changes in plugin interfaces that may not be in the official guides yet.

The official plugin interface guides include C++ and Delphi interface files.

Other plugin interface files

Other plugin interfaces that make it possible to develop a plugin in other programming languages than C++ or Delphi:



Back to Developer's corner