UcxEndpointPurgeComplete function (ucxendpoint.h)
Notifies UCX that a purge operation has been completed on the specified endpoint object.
Syntax
void UcxEndpointPurgeComplete(
[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 |