Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Completes an asynchronous request for canceling all I/O requests queued to the specified endpoint.
Syntax
VOID UdecxUsbEndpointPurgeComplete(
[in] UDECXUSBENDPOINT UdecxUsbEndpoint
);
Parameters
[in] UdecxUsbEndpoint
A handle to a UDE endpoint object. The client driver retrieved this pointer in the previous call to UdecxUsbEndpointCreate.
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 |