Contents

reportEjectability

Report if the media is ejectable under software control.

Declaration

virtual IOReturn reportEjectability(
 bool *isEjectable) = 0;

Parameters

  • isEjectable:

    Pointer to returned result. True indicates the media is ejectable, False indicates the media cannot be ejected under software control.

Overview

This method should only be called if the media is known to be removable.

See Also

Miscellaneous