// ufxclient.h
EVT_UFX_DEVICE_PROPRIETARY_CHARGER_RESET EvtUfxDeviceProprietaryChargerReset;
VOID EvtUfxDeviceProprietaryChargerReset(
[in] UFXDEVICE unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The client driver's implementation to resets proprietary charger.
unnamedParam1 [in]The handle to a USB device object that the client driver received in a previous call to the UfxDeviceCreate method.
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.