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.
Notifies UCX about a "No Ping Response" error for a transfer on the specified endpoint object
Syntax
VOID UcxEndpointNoPingResponseError(
[in] UCXENDPOINT Endpoint
);
Parameters
[in] Endpoint
A handle to the endpoint object. The client driver retrieved the handle in a previous call to UcxEndpointCreate.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Target Platform | Windows |
| Minimum KMDF version | 1.0 |
| Minimum UMDF version | 2.0 |
| Header | ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h) |
| IRQL | <=DISPATCH_LEVEL |