The HIDInjector sample cannot be built on x64. [Line 502 in HidInjectorKd.c](https://github.com/ms-iot/samples/blob/develop/HIDInjector/driver/HidInjectorKd.c#L502) gives an error because size_t is 64 bit on x64 and ULONG is 32 bit.
The HIDInjector sample cannot be built on x64.
Line 502 in HidInjectorKd.c gives an error because size_t is 64 bit on x64 and ULONG is 32 bit.