Custom CRC-32 parameters. More...
#include <hwapi.h>
Data Fields | |
| DWORD | cbSize |
| size of structure in bytes | |
| DWORD | dwPolynomial |
| Polynomial value. | |
| DWORD | dwInitialValue |
| Starting value. | |
| BOOL | bReflectIn |
| Enable reflection of input bytes. | |
| BOOL | bReflectOut |
| Enable reflect of output. | |
| DWORD | dwXOROut |
| XOR with results. | |
Definition at line 851 of file hwapi.h.