Contents

FindNextAssociatedDescriptor

Declaration

virtual const IOUSBDescriptorHeader * FindNextAssociatedDescriptor(
 const void *current,
 UInt8type);

Parameters

  • current:

    Descriptor to start searching from, NULL to start from beginning of list.

  • type:

    Descriptor type to search for, or kUSBAnyDesc to return any descriptor type.

Return Value

Pointer to the descriptor, or NULL if no matching descriptors found.

Overview

Find the next descriptor of the requested type associated with the interface.

See Also

Miscellaneous