EVT_UFX_DEVICE_PROPRIETARY_CHARGER_RESET - NtDoc

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

EVT_UFX_DEVICE_PROPRIETARY_CHARGER_RESET EvtUfxDeviceProprietaryChargerReset;

VOID EvtUfxDeviceProprietaryChargerReset(
  [in] UFXDEVICE unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ufxclient-evt_ufx_device_proprietary_charger_reset)

EVT_UFX_DEVICE_PROPRIETARY_CHARGER_RESET callback function

Description

The client driver's implementation to resets proprietary charger.

Parameters

unnamedParam1 [in]

The handle to a USB device object that the client driver received in a previous call to the UfxDeviceCreate method.

Remarks

EVT_UFX_DEVICE_PROPRIETARY_CHARGER_RESET is an optional event callback.

The USB function class extension (UFX) invokes this event callback to indicate that the USB device has been detached from the charger. The client driver initiates a request to the lower filter driver to reset the proprietary charger its initial state.

See also