WDFUSBPIPE from a USBD_PIPE_HANDLE?

is it possible to get a WDFUSBPIPE from a USBD_PIPE_HANDLE?

I am in WDM KMDF code clash! I know that I should select config and get enumerate the pipes but is there a way I can convert an existing WDM pipe handle to a kmdf one?

Thanks

Nope.

The process of selecting the configuration is what creates the WDF Handle.

Peter
OSR
@OSRDrivers

appreciate the snappy response; I am clear - thanks