// pointofservicedriverinterface.h
// CTL_CODE(0x0054, 0x008, METHOD_BUFFERED, FILE_WRITE_ACCESS)
#define IOCTL_POINT_OF_SERVICE_UPDATE_STATISTICS 0x00548020
View the official Windows Driver Kit DDI referenceNo description available.
This I/O control function sets the specified statistic to the value in the input buffer.
PosStatisticsHeader where PosStatisticsHeader.EntryCount is set to the number of statistics to update.
This structure is then followed by a corresponding number of PosValueStatisticsEntry structures that contain the name of a statistic and the corresponding value to which it will be updated.
The sizeof(PosStatisticsHeader) + PosStatisticsHeader.EntryCount * sizeof(PosValueStatisticsEntry).
Not used with this operation; set to NULL.
Not used with this operation; set to 0 (zero).
Returns TRUE if successful; otherwise, returns FALSE.
To get extended error information, call GetLastError. The following is a common error value: