dmPMGetAppShell(3dm) dmPMGetAppShell(3dm)
dmPMSortByName, dmPMSortByPrefix - sorts the list of plugins stored in
the plugin-manager
#include <dmedia/fx_plugin_mgr.h>
void dmPMSortByName
( DMplugmgr* manager )
void dmPMSortByPrefix
( DMplugmgr* manager )
manager A pointer to a DMplugmgr, which was returned from
dmPMCreateManager.
dmPMSortByName sorts the plugins by name that are stored in the pluginmanager.
dmPMSortByPrefix sorts the plugins by prefix that are stored in the
plugin-manager.
The plugins are stored in plugin-manager through calls to
dmPMInitDirectory or dmPMInitPlugin.
dmPMCreateManager(3dm), dmPMInitDirectory(3dm), dmPMInitPlugin(3dm).
PPPPaaaaggggeeee 1111 [ Back ]
|