UfxDeviceNotifyFinalExit - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ufxclient.h

VOID UfxDeviceNotifyFinalExit(
  UFXDEVICE UfxDevice
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ufxclient-ufxdevicenotifyfinalexit)

UfxDeviceNotifyFinalExit function

Description

Notifies UFX that the device is detached.

Parameters

UfxDevice

A handle to a UFX device object that the driver created by calling UfxDeviceCreate.

Remarks

See also