DeviceInfo.mustBeDiscarded Property¶
Module: DeviceInfo
Type: bool
Definition¶
(C++) A boolean flag indicating whether the device should be discarded by the device manager, allowing for dynamic management based on device health or relevance.
int id3DevicesDeviceInfo_GetMustBeDiscarded (ID3_DEVICES_DEVICE_INFO hDeviceInfo, bool * mustBeDiscarded)
int id3DevicesDeviceInfo_SetMustBeDiscarded (ID3_DEVICES_DEVICE_INFO hDeviceInfo, bool mustBeDiscarded)
Returns