dmPMGetPluginCount(3dm) dmPMGetPluginCount(3dm)
NAME
dmPMGetPluginCount - returns the number of initialized plugins
SYNOPSIS
#include <dmedia/fxpluginmgr.h>
int dmPMGetPluginCount
( DMplugmgr* manager )
PARAMETERS
manager
A pointer to a DMplugmgr, which was returned from dmPMCreateManager.
DESCRIPTION
dmPMGetPluginCount returns the number of plugins that have been
initialized through dmPMInitDirectory and dmPMInitPlugin.
RETURN VALUES
dmPMGetPluginCount will return the number of plugins that have been
initialized through the plugin-manager.
SEE ALSO
dmPMCreateManager(3dm), dmPMInitDirectory(3dm).
Page 1