共用方式為


UcxEndpointNoPingResponseError 函式 (ucxendpoint.h)

在指定的端點物件上通知 UCX 是否有傳送的「無 Ping 回應」錯誤

語法

void UcxEndpointNoPingResponseError(
  [in] UCXENDPOINT Endpoint
);

參數

[in] Endpoint

端點物件的句柄。 用戶端驅動程式在先前呼叫 UcxEndpointCreate 中擷取句柄。

傳回值

規格需求

需求
最低支援的用戶端 Windows 10
目標平台 Windows
最小 KMDF 版本 1.0
最低UMDF版本 2.0
標頭 ucxendpoint.h (包括 Ucxclass.h、Ucxendpoint.h)
IRQL <=DISPATCH_LEVEL

另請參閱

UcxEndpointCreate