UcxEndpointNoPingResponseError 関数 (ucxendpoint.h)

指定されたエンドポイント オブジェクトでの転送に関する "Ping 応答なし" エラーについて UCX に通知します

構文

void UcxEndpointNoPingResponseError(
  [in] UCXENDPOINT Endpoint
);

パラメーター

[in] Endpoint

エンドポイント オブジェクトへのハンドル。 クライアント ドライバーは 、UcxEndpointCreate の以前の呼び出しでハンドルを取得しました。

戻り値

なし

必要条件

要件
サポートされている最小のクライアント Windows 10
対象プラットフォーム Windows
最小 KMDF バージョン 1.0
最小 UMDF バージョン 2.0
Header ucxendpoint.h (Ucxclass.h、Ucxendpoint.h を含む)
IRQL <=DISPATCH_LEVEL

こちらもご覧ください

UcxEndpointCreate