// winbio_ioctl.h
typedef struct _WINBIO_UPDATE_FIRMWARE {
DWORD PayloadSize;
WINBIO_DATA FirmwareData;
} WINBIO_UPDATE_FIRMWARE, *PWINBIO_UPDATE_FIRMWARE;
View the official Windows Driver Kit DDI referenceNo description available.
The WINBIO_UPDATE_FIRMWARE structure is the IN payload for IOCTL_BIOMETRIC_UPDATE_FIRMWARE.
PayloadSizeSpecifies the total size of the payload, which includes the fixed length structure and any variable data at the end.
FirmwareDataSpecifies a structure of type WINBIO_DATA that contains the vendor-specific firmware image.
IOCTL_BIOMETRIC_UPDATE_FIRMWARE