Custom CRC-16 parameters. More...
#include <hwapi.h>
Data Fields | |
| DWORD | cbSize |
| size of structure in bytes | |
| WORD | wPolynomial |
| Polynomial value. | |
| WORD | wInitialValue |
| Starting value. | |
| BOOL | bReflectIn |
| Enable reflection of input bytes. | |
| BOOL | bReflectOut |
| Enable reflect of output. | |
| WORD | wXOROut |
| XOR with results. | |
Definition at line 836 of file hwapi.h.