Contents

reportRemovability

Report whether the media is removable or not.

Declaration

virtual IOReturn reportRemovability(
 bool *isRemovable) = 0;

Parameters

  • isRemovable:

    Pointer to returned result. True indicates that the media is removable; False indicates the media is not removable.

Overview

This method reports whether the media is removable, but it does not provide detailed information regarding software eject or lock/unlock capability.

See Also

Miscellaneous