// ufxproprietarycharger.h
typedef struct _UFX_INTERFACE_PROPRIETARY_CHARGER {
INTERFACE InterfaceHeader;
PFN_UFX_PROPRIETARY_CHARGER_DETECT ProprietaryChargerDetect;
PFN_UFX_PROPRIETARY_CHARGER_SET_PROPERTY ProprietaryChargerSetProperty;
PFN_UFX_PROPRIETARY_CHARGER_ABORT_OPERATION ProprietaryChargerAbortOperation;
PFN_UFX_PROPRIETARY_CHARGER_RESET_OPERATION ProprietaryChargerResetOperation;
} UFX_INTERFACE_PROPRIETARY_CHARGER, *PUFX_INTERFACE_PROPRIETARY_CHARGER;
View the official Windows Driver Kit DDI referenceNo description available.
Stores pointers to driver-implemented callback functions for handling proprietary charger operations.
InterfaceHeaderThe interface version number.
ProprietaryChargerDetectA pointer to the driver's implementation of the UFX_PROPRIETARY_CHARGER_DETECT callback function.
ProprietaryChargerSetPropertyA pointer to the driver's implementation of the UFX_PROPRIETARY_CHARGER_SET_PROPERTY callback function.
ProprietaryChargerAbortOperationA pointer to the driver's implementation of the UFX_PROPRIETARY_CHARGER_ABORT_OPERATION callback function.
ProprietaryChargerResetOperationA pointer to the driver's implementation of the UFX_PROPRIETARY_CHARGER_RESET_OPERATION callback function.
USB filter driver for supporting proprietary chargers