PluginList.getCount Method¶
Module: PluginList
Definition¶
Gets the number of elements in the PluginList object.
get_count(self) -> int
Returns
intNumber of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
int getCount()
Returns
intNumber of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
public int GetCount()
Returns
intNumber of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
public int getCount() throws DevicesException
Returns
intNumber of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_GetCount (
ID3_DEVICES_PLUGIN_LIST hPluginList,
int * count)
Parameters
hPluginListID3_DEVICES_PLUGIN_LISTin Handle to the PluginList object.countint *out Number of elements in the PluginInfo object.
Returns