Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets a framework queue object with a UDE endpoint.
Syntax
VOID UdecxUsbEndpointSetWdfIoQueue(
[in] UDECXUSBENDPOINT UdecxUsbEndpoint,
[in] WDFQUEUE WdfQueue
);
Parameters
[in] UdecxUsbEndpoint
A handle to a UDE endpoint object. The client driver retrieved this pointer in the previous call to UdecxUsbEndpointCreate.
[in] WdfQueue
A handle to a framework queue object that will handle requests sent to the endpoint. The client driver retrieved this pointer in the previous call to WdfIoQueueCreate.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows Server 2016 |
| Target Platform | Windows |
| Minimum KMDF version | 1.15 |
| Header | udecxusbendpoint.h (include Udecx.h) |
| Library | Udecxstub.lib |
| IRQL | PASSIVE_LEVEL |