CopyMemory
A private method that the dispatch source uses to copy memory.
Declaration
virtual kern_return_t CopyMemory(IOMemoryDescriptor **memory);Return Value
kIOReturnSuccess on success, or another value if an error occurs. See Error Codes.
A private method that the dispatch source uses to copy memory.
virtual kern_return_t CopyMemory(IOMemoryDescriptor **memory);kIOReturnSuccess on success, or another value if an error occurs. See Error Codes.