Contents

setApertureEnable

Enable an aperture on the framebuffer (usually unimplemented, no OS usage).

Declaration

virtual IOReturn setApertureEnable(
 IOPixelApertureaperture, 
 IOOptionBitsenable );

Parameters

  • aperture:

    A device specific aperture index.

  • enable:

    Device specific mask of options.

Return Value

an IOReturn code.

Overview

IOFramebuffer subclasses may implement this method to set enable a non standard aperture. The system does not call this method.

See Also

Miscellaneous