// pointofservicedriverinterface.h
// CTL_CODE(0x0054, 0x007, METHOD_BUFFERED, FILE_WRITE_ACCESS)
#define IOCTL_POINT_OF_SERVICE_RESET_STATISTICS 0x0054801C
View the official Windows Driver Kit DDI referenceNo description available.
This I/O control function resets the specified statistic's value to zero.
PosStringType that names the statistic to reset to zero.
Size of the string passed in lpInBuffer. Set to sizeof(PosStringType) + the size of the string in bytes.
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: