Contents

getMemoryDescriptor

Accessor to the IOMemoryDescriptor the mapping was created from.

Declaration

virtual IOMemoryDescriptor * getMemoryDescriptor();

Return Value

An IOMemoryDescriptor reference, which is valid while the IOMemoryMap object is retained. It should not be released by the caller.

Overview

This method returns the IOMemoryDescriptor the mapping was created from.

See Also

Miscellaneous