DestroyInterfaceIterator
Destroys an interface iterator that you created.
Declaration
virtual kern_return_t DestroyInterfaceIterator(uintptr_t ref);Parameters
- ref:
An opaque iterator reference that you created using the Createinterfaceiterator method.
Return Value
kIOReturnSuccess on success, or another value if an error occurs. See Error Codes.