PluginList.getCount Method¶
Module: PluginList
Definition¶
Gets the number of elements in the PluginList object.
get_count(self) -> int
Returns
int
Number of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
int getCount()
Returns
int
Number of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
public int GetCount()
Returns
int
Number of elements in the PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
public int getCount() throws DevicesException
Returns
int
Number 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
hPluginList
ID3_DEVICES_PLUGIN_LISTin Handle to the PluginList object.count
int *out Number of elements in the PluginInfo object.
Returns