CompleteAsyncDeviceRequest
The type definition for an asynchronous device request completion routine.
Declaration
virtual void CompleteAsyncDeviceRequest(OSAction *action, IOReturn status, uint32_t bytesTransferred);Parameters
- action:
A pointer to the
OSActionobject of the async request. - status:
The result of the operation.
- bytesTransferred:
The byte count of the completed data phase.
Discussion
Implement a custom version of this method and use the TYPE macro to let the system know that your method conforms to this prototype.