DeviceInfoList.resize Method¶
Module: DeviceInfoList
Definition¶
DeviceInfoList object.
resize(self, new_size: int) -> None
Parameters
new_size
intin DeviceInfo object.
Exceptions
An error has occurred during Devices Library execution.
void resize(int newSize)
Parameters
newSize
intin DeviceInfo object.
Exceptions
An error has occurred during Devices Library execution.
public void Resize(int newSize)
Parameters
newSize
intin DeviceInfo object.
Exceptions
An error has occurred during Devices Library execution.
public void resize(int newSize) throws DevicesException
Parameters
newSize
intin DeviceInfo object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceInfoList_Resize (
ID3_DEVICES_DEVICE_INFO_LIST hDeviceInfoList,
int newSize)
Parameters
hDeviceInfoList
ID3_DEVICES_DEVICE_INFO_LISTin Handle to the DeviceInfoList object.newSize
intin DeviceInfo object.
Returns